File tree Expand file tree Collapse file tree
archivebox/templates/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -416,12 +416,14 @@ <h5>🗃 Snapshot: <a href="/admin/core/snapshot/{{snapshot_id}}/change/">
416416 {% endif %}
417417 < div class ="col-lg-2 ">
418418 < div class ="card ">
419- < iframe class ="card-img-top " src ="{{url}} " sandbox ="allow-same-origin allow-top-navigation-by-user-activation allow-scripts allow-forms " scrolling ="no " loading ="lazy "> </ iframe >
419+ < iframe class ="card-img-top " src ="{{url}} " sandbox ="allow-same-origin allow-top-navigation-by-user-activation allow-scripts allow-forms " scrolling ="no " loading ="lazy " referrerpolicy =" no-referrer " > </ iframe >
420420 < div class ="card-body ">
421- < a href ="{{url}} " title ="Open in new tab... " target ="_blank " rel ="noopener ">
421+ < a href ="{{url}} " title ="Open in new tab... " target ="_blank " rel ="noopener " referrerpolicy =" no-referrer " >
422422 < p class ="card-text "> < code > 🌐 {{domain}}</ code > </ p >
423423 </ a >
424- < a href ="{{url}} " target ="preview " id ="original-btn "> < h4 class ="card-title "> Original</ h4 > </ a >
424+ < a href ="{{url}} " target ="preview " id ="original-btn " referrerpolicy ="no-referrer ">
425+ < h4 class ="card-title "> Original</ h4 >
426+ </ a >
425427 </ div >
426428 </ div >
427429 </ div >
You can’t perform that action at this time.
0 commit comments