-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Google issue #276
Comments
It sounds from reading some articles like you can disable CSP (I don't know what side effects this has) - you would do this with a plugin that calls "Page.setBypassCSP" on newPage. It seems like there might be some Man-in-the-middle events we're not properly relaying. I'm guessing your logs/db will have some of these that we're not passing on property: https://chromedevtools.github.io/devtools-protocol/tot/Network/#event-trustTokenOperationDone |
Weirdly, even with |
Try removing the background-networking flag from the engine. That might also be part of it |
I tried removing absolutely EVERY flags, but still. (as in literally comment the entire array) |
Yeah, sadly it makes Hero unusable anymore :( Impossible to use any sort of Google accounts (Login form broken), regardless of flags. |
When browsing on Google, i.e
https://www.google.com/intl/en-US/gmail/about/
There is an error:
about/:137 [Report Only] This document requires 'TrustedScriptURL' assignment.
And then on the Login page, there is in the console:
m=_b,_tp:117 Uncaught (in promise) TypeError: Illegal invocation
I've tried tweaking most things, userAgent latest... none at all... and all of them seems to not have Google work.
Of course it does work with a normal browser.
The text was updated successfully, but these errors were encountered: