Skip to content

Commit b92129e

Browse files
committed
docs: remove studio domain from example config
1 parent b0be8bd commit b92129e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/source/cors.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ cors:
4343
# It does not have any path section, so no trailing slash.
4444
origins:
4545
- https://www.your-app.example.com
46-
- https://studio.apollographql.com # Keep this so GraphOS Studio can run queries against your server
4746

4847
# List of origin patterns (regex matching)
4948
match_origins:
@@ -72,7 +71,6 @@ cors:
7271
enabled: true
7372
origins:
7473
- https://www.your-app.example.com
75-
- https://studio.apollographql.com
7674
allow_credentials: true
7775
```
7876

@@ -150,7 +148,6 @@ cors:
150148
origins:
151149
- http://localhost:3000
152150
- https://myapp.example.com
153-
- https://studio.apollographql.com
154151
```
155152

156153
### Pattern matching
@@ -189,7 +186,6 @@ cors:
189186
enabled: true
190187
origins:
191188
- https://myapp.example.com
192-
- https://studio.apollographql.com
193189
allow_credentials: true
194190
max_age: 86400 # 24 hours
195191
```

0 commit comments

Comments
 (0)