Skip to content

Commit

Permalink
Adding a flag to be able to remotely disable risky address bar search…
Browse files Browse the repository at this point in the history
… or nav logic in the Windows browser. (#2669)

* Adding a flag to be able to remotely disable risky address bar search or nav logic in the Windows browser.

* Swapping to a non-platform specific feature name because of #2511.

* Removing more references to this being Windows specific
  • Loading branch information
mikamikem authored Jan 22, 2025
1 parent f0acfa7 commit 88b3c3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/address-bar-tld-nav-or-search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_meta": {
"description": "Use TLD based domain checks in the address bar for search or nav logic"
},
"state": "disabled",
"exceptions": []
}
4 changes: 4 additions & 0 deletions overrides/windows-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@
}
}
},
"addressBarTldNavOrSearch": {
"state": "enabled",
"minSupportedVersion": "0.100.0"
},
"fullScreenMode": {
"state": "enabled",
"minSupportedVersion": "0.99.0"
Expand Down

0 comments on commit 88b3c3a

Please sign in to comment.