Skip to content

Commit

Permalink
Merge branch 'main' into dharb/eh-expand-timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored Oct 18, 2023
2 parents 38a4810 + 6851a58 commit 0a85eb4
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 7 deletions.
1 change: 0 additions & 1 deletion features/amp-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
],
"keywords": [
"=amp",
"amp=",
"&amp",
"amp&",
"/amp",
Expand Down
4 changes: 4 additions & 0 deletions features/content-blocking.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
{
"domain": "optout.networkadvertising.org",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1377"
},
{
"domain": "ads.google.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1401"
}
]
}
4 changes: 0 additions & 4 deletions features/custom-user-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
"domain": "crunchynihongo.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1201"
},
{
"domain": "hulu.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1145"
},
{
"domain": "vsp.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1292"
Expand Down
2 changes: 1 addition & 1 deletion features/element-hiding.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
],
"settings": {
"useStrictHideStyleTag": false,
"useStrictHideStyleTag": true,
"rules": [
{
"selector": "[id*='gpt-']",
Expand Down
9 changes: 8 additions & 1 deletion features/tracker-allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,13 @@
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/529"
},
{
"rule": "cmp.osano.com",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1398"
}
]
},
Expand Down Expand Up @@ -2853,7 +2860,7 @@
"zopim.com": {
"rules": [
{
"rule": "widget-mediator.zopim.com",
"rule": "zopim.com",
"domains": [
"<all>"
],
Expand Down
12 changes: 12 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
},
"contentBlocking": {
"exceptions": [
{
"domain": "timeanddate.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1407"
}
]
},
"eme": {
Expand Down Expand Up @@ -321,6 +325,10 @@
"domain": "fifa.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/667"
},
{
"domain": "hulu.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1145"
},
{
"domain": "mail.google.com",
"reason": "Page loads blank after login (inbox does not show)."
Expand Down Expand Up @@ -359,6 +367,10 @@
"domain": "fedex.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/927"
},
{
"domain": "hulu.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1145"
},
{
"domain": "steamdb.info",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/667"
Expand Down
4 changes: 4 additions & 0 deletions overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@
"domain": "facebook.com",
"reason": "When going to the main login page, there is a banner at the top which warns of an 'Unsupported browser'."
},
{
"domain": "hulu.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1145"
},
{
"domain": "instagram.com",
"reason": "A banner at the bottom which warns of an 'Unsupported browser' and interferes with rest of the UI."
Expand Down
3 changes: 3 additions & 0 deletions overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
},
{
"percent": 50.0
},
{
"percent": 75.0
}
]
}
Expand Down

0 comments on commit 0a85eb4

Please sign in to comment.