Skip to content

Commit

Permalink
Merge pull request #19 from terrateamio/pro-368-fix-build-double-redux
Browse files Browse the repository at this point in the history
PRO-368 FIX Update hash
  • Loading branch information
bender2352 authored Oct 17, 2024
2 parents 13eb50f + 149774c commit 6ee9070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/terrat/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ http {
root /usr/local/share/terrat/ui/assets/;
index index.html index.htm;
try_files $uri $uri/ /index.html;
add_header content-security-policy "default-src 'self' https://eu.posthog.com; img-src 'self' https://avatars.githubusercontent.com; script-src 'self' 'sha256-BBR75kGMyMNS8Fl8S1jWaAultZgWLSsedaUEhmW5urk=' https://eu.posthog.com; style-src 'self'; object-src 'none'";
add_header content-security-policy "default-src 'self' https://eu.posthog.com; img-src 'self' https://avatars.githubusercontent.com; script-src 'self' 'sha256-gTcMaDcBRHtG+Nc7vtSddc6fnAkWc7NY7dgq0ADsLrY=' https://eu.posthog.com; style-src 'self'; object-src 'none'";
}

location /assets {
Expand Down

0 comments on commit 6ee9070

Please sign in to comment.