mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 18:26:11 -04:00
Merge pull request #1208 from kiwix/allow-popups-to-escape-sandbox
Popups are allowed to escape the browser sandbox
This commit is contained in:
commit
6225b4608a
@ -1134,6 +1134,7 @@ const std::string CONTENT_CSP_HEADER =
|
|||||||
"allow-same-origin "
|
"allow-same-origin "
|
||||||
"allow-modals "
|
"allow-modals "
|
||||||
"allow-popups "
|
"allow-popups "
|
||||||
|
"allow-popups-to-escape-sandbox "
|
||||||
"allow-forms "
|
"allow-forms "
|
||||||
"allow-downloads;";
|
"allow-downloads;";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user