From: Dylan William Hardison Date: Thu, 22 Feb 2018 16:34:20 +0000 (-0500) Subject: Bug 1440107 - Allow 'self' frames in bug modal again (fix socorro lens) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8462848e2b6849c36f81abbda57d210dded7bd;p=thirdparty%2Fbugzilla.git Bug 1440107 - Allow 'self' frames in bug modal again (fix socorro lens) --- diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index 513d8c302..26b7bcbc5 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -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) {