You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on the Marker component we were hardcoding in the API key to carry out PUT/POST/DELETE requests for testing. We removed the API keys from the PR but did not switch to other forms of auth:
Description
When working on the Marker component we were hardcoding in the API key to carry out PUT/POST/DELETE requests for testing. We removed the API keys from the PR but did not switch to other forms of auth:
I'm not sure but making these changes could potentially solve the CSRF issues in Avalon #5485?
Done Looks Like
credentials: 'same-origin'
credentials: 'include'
The text was updated successfully, but these errors were encountered: