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:
Veloman Yunkan 2025-06-15 19:00:49 +04:00
parent 9433f7cef9
commit 0bc9a25179

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