We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886dcd0 commit e00c8d3Copy full SHA for e00c8d3
netlify.toml
@@ -3,3 +3,9 @@
3
command = "npm run build"
4
[build.environment]
5
YARN_FLAGS = "--no-ignore-optional"
6
+
7
+[[headers]]
8
+ for = "/*"
9
+ [headers.values]
10
+ X-Frame-Options = "ALLOW-FROM https://meet.welkom.world"
11
+ X-XSS-Protection = "1; mode=block"
static/_headers
@@ -1,4 +1,3 @@
1
/*
2
X-Frame-Options: ALLOW-FROM https://meet.welkom.world
- X-Frame-Options: SAMEORIGIN
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline';
0 commit comments