mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-02 17:56:06 -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-modals "
|
||||
"allow-popups "
|
||||
"allow-popups-to-escape-sandbox "
|
||||
"allow-forms "
|
||||
"allow-downloads;";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user