-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
new settings nodeIntegration #312 #314
base: main
Are you sure you want to change the base?
Conversation
This will still fail for me unless Can you check to see if the changes work for you with that parameter either being set to |
ok i will modify my pullrequest to add this contextIsolation as a new variable in settings.json file |
ok the pull request is modified |
Shouldn't |
What is the status of this change on your side @julian-alarcon and when do you think you'll get time to review it ? There are several open tickets which would be fixed with this implementation by switching Context isolation is on by default in latest electron releases. Switching it off obviously breaks many corporate SSO login pages using javascript just looking at the different tickets still opened on the subject. I had to downgrade once again to version 0.4 and upgrade again to latest after my mandatory company password rotation today. Although it's quite easy as demonstrated in my comment on the related issue, this could be fixed for everyone with this PR. I did not see anything broken when I tested. |
Add this settings to allow correct loading of authentication page when uses JQuery. By default nodeIntegration keeps its true value to not introduce any change. More description in #312 .