Skip to content

Commit

Permalink
[Misc] Extend Docker nginx CSP config to allow self font-src.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Sep 7, 2023
1 parent b12eaac commit c6894f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ server {
add_header Cache-Control "public";
}

add_header Content-Security-Policy "default-src 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com; font-src fonts.gstatic.com";
add_header Content-Security-Policy "default-src 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com; font-src 'self' fonts.gstatic.com";
}

0 comments on commit c6894f8

Please sign in to comment.