Allow the news feed to open links in a new window
authorAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 14:03:23 +0000 (16:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 14:03:23 +0000 (16:03 +0200)
wcfsetup/install/files/acp/templates/index.tpl

index 438a7cce3b63f9fbd19d0dff961ab0ead5127f31..dd7a3c454a224ed92060c599b6d02c768509ca70 100644 (file)
@@ -62,7 +62,7 @@
                                        id="woltlab_newsfeed"
                                        src="https://newsfeed.woltlab.com/{if $__wcf->language->languageCode === 'de'}de{else}en{/if}_light.html"
                                        referrerpolicy="no-referrer"
-                                       sandbox
+                                       sandbox="allow-popups allow-popups-to-escape-sandbox"
                                ></iframe>
                        </div>
                </div>