Fixed external links in the viewer iframe

Before this fix clicking an external link in the viewer iframe had no
effect (other than an error being reported in the browser dev tools
console) because the attempt to navigate the top browser context was
suppressed due to sandboxing.
This commit is contained in:
Veloman Yunkan 2023-05-02 19:20:38 +04:00
parent deb02d92e2
commit d2b014656b
1 changed files with 1 additions and 0 deletions

View File

@ -1088,6 +1088,7 @@ const std::string CONTENT_CSP_HEADER =
"sandbox allow-scripts "
"allow-same-origin "
"allow-top-navigation-by-user-activation "
"allow-modals "
"allow-popups "
"allow-forms "