Skip to content

Commit

Permalink
Try to mitigate Android camera issues (#2660)
Browse files Browse the repository at this point in the history
* Try to fix coinbase camera issues

* Added speculative mitigation for docusign.net – same issue
  • Loading branch information
tagawa authored Jan 17, 2025
1 parent d2f098c commit 32fd7e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -1499,6 +1499,14 @@
{
"domain": "thrifty.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2527"
},
{
"domain": "login.coinbase.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2660"
},
{
"domain": "identity.docusign.net",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2660"
}
]
},
Expand Down

0 comments on commit 32fd7e8

Please sign in to comment.