-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstaticwebapp.config.json
More file actions
63 lines (63 loc) · 2.8 KB
/
staticwebapp.config.json
File metadata and controls
63 lines (63 loc) · 2.8 KB
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
{
"globalHeaders": {
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Referrer-Policy": "strict-origin-when-cross-origin",
"Content-Security-Policy": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.algolia.net https://*.algolianet.com https://*.googletagmanager.com https://www.google-analytics.com https://cdn-cookieyes.com https://snap.licdn.com https://googleads.g.doubleclick.net https://www.googleadservices.com https://pagead2.googlesyndication.com https://www.google.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' data: https://fonts.scalar.com; connect-src 'self' https://*.algolia.net https://*.algolianet.com https://*.google-analytics.com https://*.analytics.google.com https://analytics.google.com https://*.g.doubleclick.net https://*.googletagmanager.com https://www.google.com https://google.com https://www.googleadservices.com https://api.oncehub.com https://px.ads.linkedin.com https://*.cookieyes.com https://cdn-cookieyes.com https://pagead2.googlesyndication.com https://proxy.scalar.com https://api.scalar.com; frame-src https://www.googletagmanager.com; frame-ancestors 'none'; base-uri 'self'; form-action 'self'",
"Permissions-Policy": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
},
"responseOverrides": {
"404": {
"rewrite": "/404.html",
"statusCode": 404
}
},
"routes": [
{
"route": "/docs/collecting-data-from-an-embedded-booking-page",
"redirect": "/docs/client-side-api/collecting-data-from-embedded-booking-page",
"statusCode": 301
},
{
"route": "/docs/getting-your-api-key",
"redirect": "/docs/overview/authentication",
"statusCode": 301
},
{
"route": "/docs/introduction-to-the-scheduleonce-api",
"redirect": "/docs/overview/introduction",
"statusCode": 301
},
{
"route": "/docs/using-the-oncehub-api",
"redirect": "/docs/overview/introduction",
"statusCode": 301
},
{
"route": "/reference/authentication",
"redirect": "/docs/overview/authentication",
"statusCode": 301
},
{
"route": "/reference/get-a-single-contact",
"redirect": "/reference/booking-calendars",
"statusCode": 301
},
{
"route": "/reference/get-a-single-team",
"redirect": "/reference/booking-calendars",
"statusCode": 301
},
{
"route": "/reference/the-conversation-object",
"redirect": "/reference/booking-calendars",
"statusCode": 301
},
{
"route": "/reference/the-master-page-object",
"redirect": "/reference/booking-pages",
"statusCode": 301
}
]
}