This repository has been archived by the owner on Jan 4, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block active mixed content by default in content settings
- Loading branch information
2b096b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't this already set in browser? https://github.com/brave/browser-laptop/blob/master/js/state/contentSettings.js#L82
2b096b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually this is definitely not correct because it only controls what the method returns, not the actual setting
2b096b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a blocker because it will be correct right now, but pushed c599e30
2b096b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this commit was added before i added https://github.com/brave/browser-laptop/blob/master/js/state/contentSettings.js#L82; i did verify that this commit alone re-enabled mixed script blocking