File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 add_header X-Frame-Options "DENY" always;
5555 add_header X-Content-Type-Options "nosniff" always;
5656 add_header Referrer-Policy "strict-origin-when-cross-origin" always;
57- add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' data:; connect-src 'self' wss: ws:; object-src 'none'; base-uri 'self'; frame-ancestors 'none';" always;
57+ add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: ; style-src 'self' 'unsafe-inline' https: ; img-src 'self' data: https:; font-src 'self' data: https: ; connect-src 'self' wss: ws: https :; object-src 'none'; base-uri 'self'; frame-ancestors 'none';" always;
5858
5959 # If a react app URI is directly accessed we will get 404
6060 # since there will be no file representing that path.
You can’t perform that action at this time.
0 commit comments