Skip to content

Commit

Permalink
New custom user agent fields - Android (#1351)
Browse files Browse the repository at this point in the history
* Add customUserAgent fields

Adds missing fields that is used in Android rollout.

* Add default policy
  • Loading branch information
jonathanKingston authored Oct 4, 2023
1 parent d72538e commit 77ce620
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@
"customUserAgent": {
"state": "enabled",
"settings": {
"defaultPolicy": "ddg",
"ddgFixedSites": [
],
"ddgDefaultSites": [
],
"ddgFixedUserAgent": {
"state": "disabled",
"versions": []
},
"closestUserAgent": {
"state": "disabled",
"versions": []
},
"omitApplicationSites": [
{
"domain": "fedex.com",
Expand Down

0 comments on commit 77ce620

Please sign in to comment.