Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "headers": [{
- "source": "**/*",
- "headers": [
- {
- "key": "Cross-Origin-Embedder-Policy",
- "value": "require-corp"
- }, {
- "key": "Cross-Origin-Opener-Policy",
- "value": "same-origin"
- },
- {
- "key": "Access-Control-Allow-Origin",
- "value": "https://mydomain.com/"
- },
- {
- "key": "Access-Control-Allow-Methods",
- "value": "POST, GET, OPTIONS"
- },
- {
- "key": "Access-Control-Allow-Headers",
- "value": "X-PINGOTHER, Content-Type"
- },
- {
- "key": "Access-Control-Max-Age",
- "value": "86400"
- }
- ]
- }]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement