Skip to content

Commit e83af04

Browse files
authored
1 parent cc76ad0 commit e83af04

5 files changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,6 @@ dist
121121

122122
# exclude built configs
123123
generated
124+
125+
# JetBrains IDEs
126+
.idea

features/navigator-interface.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"_meta": {
3+
"description": "Navigator interface to provide various signals about the presence of DDG",
4+
"sampleExcludeRecords": {
5+
"domain": "example.com",
6+
"reason": "site breakage"
7+
}
8+
},
9+
"exceptions": []
10+
}

overrides/extension-override.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
},
3636
"floc": {
3737
"state": "enabled"
38+
},
39+
"navigatorInterface": {
40+
"state": "enabled"
3841
}
3942
},
4043
"unprotectedTemporary": [

overrides/ios-override.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
},
3333
"trackingParameters": {
3434
"state": "enabled"
35+
},
36+
"navigatorInterface": {
37+
"state": "enabled"
3538
}
3639
},
3740
"unprotectedTemporary": [

overrides/macos-override.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"privacy-test-pages.glitch.me"
1616
]
1717
}
18+
},
19+
"navigatorInterface": {
20+
"state": "enabled"
1821
}
1922
},
2023
"unprotectedTemporary": [

0 commit comments

Comments
 (0)