Advertisement
Oliinyk

Untitled

Apr 5th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. {
  2. "headers": [{
  3. "source": "**/*",
  4. "headers": [
  5. {
  6. "key": "Cross-Origin-Embedder-Policy",
  7. "value": "require-corp"
  8. }, {
  9. "key": "Cross-Origin-Opener-Policy",
  10. "value": "same-origin"
  11. },
  12. {
  13. "key": "Access-Control-Allow-Origin",
  14. "value": "https://mydomain.com/"
  15. },
  16. {
  17. "key": "Access-Control-Allow-Methods",
  18. "value": "POST, GET, OPTIONS"
  19. },
  20. {
  21. "key": "Access-Control-Allow-Headers",
  22. "value": "X-PINGOTHER, Content-Type"
  23. },
  24. {
  25. "key": "Access-Control-Max-Age",
  26. "value": "86400"
  27. }
  28. ]
  29. }]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement