top of page
bottom of page
# Allow CORS & Third-Party Cookies add_header Access-Control-Allow-Origin "*"; add_header Access-Control-Allow-Credentials "true"; add_header Access-Control-Allow-Methods "GET, OPTIONS"; add_header Set-Cookie "SameSite=None; Secure";