summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-25 12:02:27 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-25 12:02:27 -0400
commitd5fed52363dbc30e702ba60e57acb2d6155826db (patch)
treebb67a9c752110f28ac611f532e09f21dd4e5c263 /conf
parentfix ie6 support (diff)
downloadwebsite-d5fed52363dbc30e702ba60e57acb2d6155826db.tar.gz
website-d5fed52363dbc30e702ba60e57acb2d6155826db.tar.bz2
website-d5fed52363dbc30e702ba60e57acb2d6155826db.zip
ie6 blog post, click on blog images, prims.js syntax highlighting
Diffstat (limited to 'conf')
-rw-r--r--conf/nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/nginx/nginx.conf b/conf/nginx/nginx.conf
index ae17eba..30ec01f 100644
--- a/conf/nginx/nginx.conf
+++ b/conf/nginx/nginx.conf
@@ -40,7 +40,7 @@ http {
}
location / {
- add_header Content-Security-Policy "script-src 'none'; object-src 'none'; base-uri 'none'";
+ add_header Content-Security-Policy "object-src 'none'; base-uri 'none'";
root /opt/website/web;
include fastcgi_params;
fastcgi_pass php:9000;