Skip to content

Commit e00c8d3

Browse files
committed
update headet
1 parent 886dcd0 commit e00c8d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: netlify.toml

+6
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
command = "npm run build"
44
[build.environment]
55
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"

Diff for: static/_headers

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/*
22
X-Frame-Options: ALLOW-FROM https://meet.welkom.world
3-
X-Frame-Options: SAMEORIGIN
43
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline';

0 commit comments

Comments
 (0)