From dc8462848e2b6849c36f81abbda57d210dded7bd Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 22 Feb 2018 11:34:20 -0500 Subject: Bug 1440107 - Allow 'self' frames in bug modal again (fix socorro lens) --- Bugzilla/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/CGI.pm') 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) { -- cgit v1.2.3-24-g4f1b