Skip to content
Snippets Groups Projects
Commit d186c79b authored by Makhtar DIAGNE's avatar Makhtar DIAGNE
Browse files

[TECH] Update nginx conf in order to view objects

parent 56ae1aa2
No related branches found
No related tags found
1 merge request!1Feature/design/1
......@@ -44,7 +44,7 @@ http {
#hide server tokens
server_tokens off;
add_header Content-Security-Policy "script-src 'self' 'unsafe-inline' 'unsafe-eval' https: maps.gstatic.com *.googleapis.com *.google-analytics.com cdnjs.cloudflare.com; frame-src 'self'; object-src 'self'";
add_header Content-Security-Policy "script-src 'self' 'unsafe-inline' 'unsafe-eval' https: maps.gstatic.com *.googleapis.com *.google-analytics.com cdnjs.cloudflare.com; frame-src 'self' blob: ; object-src 'self' data: blob: ; upgrade-insecure-requests";
include /etc/nginx/mime.types;
default_type application/octet-stream;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment