diff --git a/src/.htaccess b/src/.htaccess index 8a0b6bf..d04c23c 100644 --- a/src/.htaccess +++ b/src/.htaccess @@ -1,4 +1,5 @@ - RewriteEngine On RewriteCond %{HTTPS} off -RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] \ No newline at end of file +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] + +Header add Content-Security-Policy "default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'"