-
Notifications
You must be signed in to change notification settings - Fork 23
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
Uncaught (in promise) DOMException: The operation is insecure. #112
Comments
Can you show me which method call displays this message ? Or send a repro. I guess it's because this script browsing object tree and is not allowed to read some properties. I think it can happen if you try to read some property from a window in an other domain name |
Same problem as #110 , we browse the object tree in order to pass window information to c#, I'll try to find a way to avoid those |
Can you send a repro ? Which method are you using ? |
Window.Navigator.Online, as said above, I check this boolean in many components, that's why it's spamming the error.
|
This should fix the issue RemiBou#112
On firefox I have endless console error logs about this, the interested section in the
script.js
is at the line 183:Can you figure out how to make it scream this log?
The text was updated successfully, but these errors were encountered: