Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: background.js

Issue 29733668: Handle disabled state of AA
Patch Set: Created March 26, 2018, 9:23 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | js/desktop-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -163,17 +163,18 @@
let subscriptionDetails = {
[easyListGermany]: {
title: "EasyList Germany+EasyList",
filters: ["-ad-banner.", "-ad-big.", "-ad-bottom-", "-ad-button-"],
installed: true
},
[acceptableAds]: {
title: "Allow non-intrusive advertising",
- installed: true
+ installed: true,
+ disabled: true
},
[acceptableAdsPrivacyFriendly]: {
title: "Allow only nonintrusive ads that are privacy-friendly"
},
[`${subscriptionServer}/fanboy-social.txt`]: {
title: "Fanboy's Social Blocking List",
installed: true
},
« no previous file with comments | « no previous file | js/desktop-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld