Removed nginx container. Added supervisord and nginx to build.
This commit is contained in:
5
nginx/configs/options-http-headers.conf
Normal file
5
nginx/configs/options-http-headers.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
add_header Content-Security-Policy "default-src 'self'; font-src *;img-src * data:; script-src * 'unsafe-eval'; style-src * 'unsafe-inline'";
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header Referrer-Policy "strict-origin";
|
||||
add_header Permissions-Policy "geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()";
|
||||
Reference in New Issue
Block a user