]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1440107 - Allow 'self' frames in bug modal again (fix socorro lens)
authorDylan William Hardison <dylan@hardison.net>
Thu, 22 Feb 2018 16:34:20 +0000 (11:34 -0500)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2018 16:34:20 +0000 (11:34 -0500)
Bugzilla/CGI.pm

index 513d8c30211f941db018966ae55d98664c1c890b..26b7bcbc5a5421bf0f5fb8f5e374161d5989795b 100644 (file)
@@ -69,7 +69,7 @@ sub SHOW_BUG_MODAL_CSP {
             # This is from extensions/OrangeFactor/web/js/orange_factor.js
             'https://brasstacks.mozilla.com/orangefactor/api/count',
         ],
-        frame_src   => [ 'none', ],
+        frame_src   => [ 'self', ],
         worker_src  => [ 'none', ],
     );
     if (use_attachbase() && $bug_id) {