Skip to content

Commit

Permalink
Add exceptions for audio and battery
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiltyDolphin committed Oct 20, 2023
1 parent be627c4 commit b5c814c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions features/fingerprinting-audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
},
"state": "disabled",
"exceptions": [
{
"domain": "litebluesso.usps.gov",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1424"
}
]
}
7 changes: 6 additions & 1 deletion features/fingerprinting-battery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
"reason": "site breakage"
}
},
"exceptions": []
"exceptions": [
{
"domain": "litebluesso.usps.gov",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1424"
}
]
}

0 comments on commit b5c814c

Please sign in to comment.