We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dfdc1 commit e2c2c7cCopy full SHA for e2c2c7c
1 file changed
nginx.conf
@@ -13,6 +13,11 @@ server {
13
add_header Cross-Origin-Opener-Policy same-origin;
14
add_header Cross-Origin-Embedder-Policy require-corp;
15
#add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' http: https: blob:; style-src 'self' 'unsafe-inline' https: http:; img-src 'self' data: blob: https: http:; connect-src data: blob: https: http:; font-src 'self' https: http:; object-src 'none'; base-uri 'self'; form-action 'self';";
16
+
17
+ types {
18
+ application/javascript js mjs;
19
+ }
20
21
location / {
22
rewrite ^/it-tools/(.*) /$1 break;
23
try_files $uri $uri/ /index.html;
0 commit comments