File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 43
43
# It does not have any path section, so no trailing slash.
44
44
origins :
45
45
- https://www.your-app.example.com
46
- - https://studio.apollographql.com # Keep this so GraphOS Studio can run queries against your server
47
46
48
47
# List of origin patterns (regex matching)
49
48
match_origins :
72
71
enabled: true
73
72
origins:
74
73
- https://www.your-app.example.com
75
- - https://studio.apollographql.com
76
74
allow_credentials: true
77
75
` ` `
78
76
@@ -150,7 +148,6 @@ cors:
150
148
origins:
151
149
- http://localhost:3000
152
150
- https://myapp.example.com
153
- - https://studio.apollographql.com
154
151
` ` `
155
152
156
153
# ## Pattern matching
@@ -189,7 +186,6 @@ cors:
189
186
enabled: true
190
187
origins:
191
188
- https://myapp.example.com
192
- - https://studio.apollographql.com
193
189
allow_credentials: true
194
190
max_age: 86400 # 24 hours
195
191
` ` `
You can’t perform that action at this time.
0 commit comments