Allow popups to escape sandbox
parent
4b8459b005
commit
5cb61c9681
|
@ -43,7 +43,7 @@ http://static-mat-services.fly.dev/ {
|
|||
frame-ancestors 'none';
|
||||
base-uri 'none';
|
||||
upgrade-insecure-requests;
|
||||
sandbox allow-same-origin allow-popups"
|
||||
sandbox allow-same-origin allow-popups-to-escape-sandbox"
|
||||
}
|
||||
|
||||
# caching
|
||||
|
|
Loading…
Reference in New Issue