This commit is contained in:
Aram 🍐 2020-12-05 02:07:10 -05:00
parent de812e33fa
commit d56acc550c
2 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,7 @@ server {
listen 80;
server_name localhost;
add_header Content-Security-Policy "default-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'";
add_header Content-Security-Policy "default-src 'self' https://weatherwidget.io; object-src 'none'; style-src 'self' 'unsafe-inline'";
add_header X-Frame-Options "SAMEORIGIN";
location / {