-
Notifications
You must be signed in to change notification settings - Fork 30
sameHost check with https: urls #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I encountered an issue with a CDN that blocked the
x-csrf-token
header. Since the CDN and the requesting site have different hostnames, I was initially confused about where the problem was originating.After reviewing the code, I found the following line and was wondering why
https:
is not included here:request.js/src/fetch_request.js
Line 52 in f3460a1
Is this an oversight, or is there another reason for omitting
https:
?The text was updated successfully, but these errors were encountered: