Properly fix CSP popup settings
parent
bdb254f8e7
commit
005657e7e7
|
@ -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-to-escape-sandbox"
|
||||
sandbox allow-same-origin allow-popups allow-popups-to-escape-sandbox"
|
||||
}
|
||||
|
||||
# caching
|
||||
|
|
Loading…
Reference in New Issue