Skip to content

Commit eb8ae7e

Browse files
authored
Adds and Enables Autofill Service in remote config (duckduckgo#2950)
* Adds and Enables Autofill Service in remote config * fix lint
1 parent 926f68f commit eb8ae7e

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

features/autofill-service.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"_meta": {
3+
"description": "Allow users to select DDG as Autofill Service Provider",
4+
"sampleExcludeRecords": {}
5+
},
6+
"exceptions": []
7+
}

overrides/android-override.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,24 @@
411411
"surveys": []
412412
}
413413
},
414+
"autofillService": {
415+
"state": "enabled",
416+
"minSupportedVersion": 52290000,
417+
"features": {
418+
"canUpdateAppToDomainDataset": {
419+
"state": "enabled",
420+
"minSupportedVersion": 52290000
421+
},
422+
"canMapAppToDomain": {
423+
"state": "enabled",
424+
"minSupportedVersion": 52290000
425+
},
426+
"canAutofillInsideDDG": {
427+
"state": "enabled",
428+
"minSupportedVersion": 52290000
429+
}
430+
}
431+
},
414432
"androidBrowserConfig": {
415433
"state": "enabled",
416434
"features": {

0 commit comments

Comments
 (0)