We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried it several times with seemingly benign configurations, e.g. not meddling with IndexedDB, DOM storage, etc.
Every single time it would trigger 400 when doing XHR to various Google endpoints, people-pa.clients6.google.com being one of them.
people-pa.clients6.google.com
This is using new profile, without any addons. An example of prefs.js that does this.
prefs.js
Enterprise Policy has no effect here, the gist above is sufficient to reproduce the issue.
The text was updated successfully, but these errors were encountered:
I don't see much that would break things. Maybe the spoofSource option for referer?
Sorry, something went wrong.
Hi, had the same problem (here: contact auto-complete in GMail). Disabling network.http.referer.spoofSource in about:config fixed this!
network.http.referer.spoofSource
about:config
(See also #96)
No branches or pull requests
Tried it several times with seemingly benign configurations, e.g. not meddling with IndexedDB, DOM storage, etc.
Every single time it would trigger 400 when doing XHR to various Google endpoints,
people-pa.clients6.google.com
being one of them.This is using new profile, without any addons. An example of
prefs.js
that does this.Enterprise Policy has no effect here, the gist above is sufficient to reproduce the issue.
The text was updated successfully, but these errors were encountered: