Merge pull request #1208 from kiwix/allow-popups-to-escape-sandbox

Popups are allowed to escape the browser sandbox
This commit is contained in:
Kelson 2025-06-15 19:44:42 +02:00 committed by GitHub
commit 6225b4608a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;";