Skip to content

Commit

Permalink
Added feature flag for windows Duck.ai integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-L committed Jan 24, 2025
1 parent 7f95db6 commit 6854321
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions overrides/windows-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,24 @@
"betaEndingDescription": "The free, beta period is ending soon."
}
},
"aiChat": {
"state": "disabled",
"features": {
"toolbarShortcut": {
"state": "disabled"
},
"applicationMenuShortcut": {
"state": "disabled"
}
},
"settings": {
"aiChatURL": "https://duckduckgo.com/?q=DuckDuckGo+AI+Chat&ia=chat&duckai=3",
"onboardingCookieName": "dcm",
"onboardingCookieDomain": "duckduckgo.com",
"aiChatURLIdentifiableQuery": "ia",
"aiChatURLIdentifiableQueryValue": "chat"
}
},
"dbp": {
"state": "enabled",
"features": {
Expand Down

0 comments on commit 6854321

Please sign in to comment.