We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c2c7c commit 44fde0eCopy full SHA for 44fde0e
1 file changed
nginx.conf
@@ -14,6 +14,7 @@ server {
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
+ include /etc/nginx/mime.types;
18
types {
19
application/javascript js mjs;
20
}
0 commit comments