Skip to content

Commit

Permalink
flip root domain exclusions default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
claustromaniac committed Jan 24, 2019
1 parent fd81c55 commit a1096d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bg/classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Settings {
this.defaults = {
'enabled': true,
'exclusions': [],
'rdExclusions': false,
'rdExclusions': true,
'referers': true,
'relaxed': true, //false = aggressive
'overrides': [], //host-specific overrides: 0=whitelisted, 1=relaxed, 2=aggressive
Expand Down

0 comments on commit a1096d1

Please sign in to comment.