Skip to content

Commit 3525789

Browse files
authored
fix: Undo the code modification of #815 (#817)
1 parent c19635c commit 3525789

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.htaccess

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ErrorDocument 404 /404.html
22

3-
# CSP permissions for apache.skywalking.apache.org - Adding third party services Google, Netlify, reCAPTCHA. Approved per https://infra.apache.org/tools/csp.html
4-
SetEnv CSP_PROJECT_DOMAINS "https://www.google.com https://www.gstatic.com https://app.netlify.com"
3+
<IfModule mod_headers.c>
4+
Header set Content-Security-Policy "frame-src 'self' https://www.google.com https://app.netlify.com"
5+
</IfModule>

0 commit comments

Comments
 (0)