-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetlify.toml
101 lines (101 loc) · 3.14 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[build]
publish = "public"
command = "gatsby build"
NETLIFY_USE_YARN = "true"
[build.environment]
NODE_VERSION = "18.16.1"
[[plugins]]
package = "@netlify/plugin-gatsby"
[[headers]]
for = "/*"
[headers.values]
cache-control = '''
public,
max-age=2592000'''
Referrer-Policy = "strict-origin-when-cross-origin"
X-Robots-Tag = "index"
X-Content-Type-Options = "nosniff"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Access-Control-Allow-Origin = '''
https://bibwoe.com,
https://graphql.fauna.com,
https://graphql.fauna.com/graphql
https://img.badgesize.io/,
https://www.unpkg.com/use-sound/dist/use-sound.esm.js.svg,
https://www.google-analytics.com/analytics.js,
https://www.googletagmanager.com/gtag/js,
https://static.doubleclick.net,
https://cdn.viglink.com,
https://github.com,
https://bitbucket.status.atlassian.com,
https://links.services.disqus.com,
https://img.shields.io,
https://secure.gravatar.com,
https://identity.netlify.com,
https://media-library.cloudinary.com,
https://withspectrum.github.io,
https://cdn.rawgit.com https://api.bitbucket.org,
https://widget.cloudinary.com,
https://www.youtube.com,
https://www.youtube.de,
https://cdn.lr-ingest.io,
https://d33wubrfki0l68.cloudfront.net,
https://www.googletagmanager.com,
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js,
https://i.ytimg.com,
https://fonts.gstatic.com,
https://www.google-analytics.com,
https://storage.googleapis.com,
https://yt3.ggpht.com,
https://ocsp.digicert.com,
https://graph.facebook.com,
https://api.tumblr.com,
https://www.reddit.com,
https://googleads.g.doubleclick.net,
https://static.doubleclick.net,
https://api.applause-button.com,
https://apis.google.com,
https://r.lr-ingest.io,
https://connect.facebook.net,
https://res.cloudinary.com,
https://i.ytimg.com,
https://api.github.com,
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js,
https://stats.g.doubleclick.net/,
https://www.google.com/recaptcha/api.js,
https://static.small.chat/messenger.js,
https://www.gstatic.com/recaptcha/releases/kcXVPRWG7fMILHmzon0--fD3/recaptcha__en.js
'''
Access-Control-Allow-Methods = '''
POST,
GET,
PUT,
DELETE,
HEAD
'''
Access-Control-Allow-Credentials = "true"
Access-Control-Allow-Headers = "Content-Type, Authorization, Time-Zone"
Access-Control-Max-Age = "3600"
Vary = "Accept-Encoding"
Permissions-Policy = '''
accelerometer=(self),
autoplay=*,
camera=(self),
encrypted-media=(self),
fullscreen=(self),
geolocation=*,
gyroscope=(self),
magnetometer=(self),
microphone=(self),
midi=(self),
payment=(self),
picture-in-picture=*,
usb=(self)
'''
[[headers]]
for = "/static/assets/*"
[headers.values]
cache-control = '''
public,
max-age=31536000'''