-
Notifications
You must be signed in to change notification settings - Fork 900
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
Hide settings which do not apply to Brave #493
Conversation
3rd party cookies is per site and block by default in Brave We use our own ad block, not Google's adblock-ish, but not really adblock. Fix brave/brave-browser#402 Fix brave/brave-browser#1119
</paper-icon-button-light> | ||
</div> | ||
</template> | ||
+</if> |
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.
can we merge the /if
and if google_chrome
here?
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.
Was intentionally separate here because then if something is added in between it won't be hidden by the patch
do we need to block access to ad page when user type |
In order to achieve above comment, we have to modify |
I don't think it's a big deal, I just don't want it to show up from browsing settings. |
Hide settings which do not apply to Brave
|
||
// TODO(tommycli): Find a way to refactor these repetitive category | ||
// routes. | ||
+<if expr="_google_chrome"> |
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.
Shouldn't this have a comment indicator before it? The other things in this file do.
Added label merged/0.55.x |
3rd party cookies is per site and block by default in Brave
We use our own ad block, not Google's adblock-ish, but not really
adblock.
Fix brave/brave-browser#402
Fix brave/brave-browser#1119
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
a. ads
chrome://settings/content
chrome://settings/content/ads
chrome://settings
b. javascript
chrome://settings/content/javascript
c. cookie
chrome://settings/content/cookies
Reviewer Checklist: