mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-12-23 22:47:57 -05:00
Popups are allowed to escape the browser sandbox
... so that Chrome doesn't block attempts to open PDF links in a new tab/window.
This commit is contained in:
@@ -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;";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user