Skip to content

Commit

Permalink
fix(*): update steam avatar urls (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Jun 4, 2022
1 parent 5fc09f5 commit 3eb9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server {
add_header X-Content-Type-Options nosniff;
add_header Cross-Origin-Opener-Policy same-origin;
add_header Cross-Origin-Embedder-Policy require-corp;
add_header Content-Security-Policy "default-src 'self' https://${API_URL} wss://${API_URL}; object-src 'none'; img-src 'self' https://steamcdn-a.akamaihd.net https://static-cdn.jtvnw.net; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; frame-ancestors 'none'";
add_header Content-Security-Policy "default-src 'self' https://${API_URL} wss://${API_URL}; object-src 'none'; img-src 'self' https://steamcdn-a.akamaihd.net https://avatars.akamai.steamstatic.com https://static-cdn.jtvnw.net; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; frame-ancestors 'none'";

location / {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 3eb9a95

Please sign in to comment.