diff web_resources/feed-preview.xhtml @ 26:f0c4a458869c

Open links within feed content in a new tab Open links within feed content in a new non-sandboxed tab rather than in the sandboxed iframe itself.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Wed, 02 Jan 2019 21:53:37 +0100
parents ff5e5e3eba32
children 76e23b361e92
line wrap: on
line diff
--- a/web_resources/feed-preview.xhtml	Fri Dec 28 12:27:16 2018 +0100
+++ b/web_resources/feed-preview.xhtml	Wed Jan 02 21:53:37 2019 +0100
@@ -26,7 +26,8 @@
               <p class="entry-date"><time></time></p>
             </header>
           </summary>
-          <iframe class="entry-content" srcdoc="" title="" sandbox=""
+          <iframe class="entry-content" srcdoc="" title=""
+          sandbox="allow-popups allow-popups-to-escape-sandbox"
           width="800" height="360"></iframe>
         </details>
       </article>