Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCORS allow * #29
Closed
CORS allow * #29
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@garvankeeley reports a bug on iOS where CORS is preventing the webview from accessing the sync server, even though we whitelisted the webview origin. AFAICT it is fine for us to set CORS to * on sync*.brave.com and the S3 buckets, since we do not use cookies, HTTP auth, or SSL client certs for authentication.