Region Gate the monitor feature region US
Categories
(Core :: Machine Learning: Frontend, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: ngrato, Assigned: ngrato)
References
(Blocks 1 open bug)
Details
(Whiteboard: [aiact])
Attachments
(1 file)
From Ed - "region or locale check can be added separately as those won’t work from the default pref firefox.js file anyway. here’s an example of auto tab grouping adding a region check https://phabricator.services.mozilla.com/D312297 as a hardcoded disallow FR but review comments suggest it might want a pref controlled allow if that’s the actual desired product behavior
where each feature needs to decide what’s the right access points to control access/behaviors"
Additional notes -looks like the referenced patch above has changed from https://phabricator.services.mozilla.com/D312297?vs=on&id=1324655#toc... looks like we should possibly follow what STB is doing in https://searchfox.org/firefox-main/source/browser/components/tabbrowser/SmartTabGrouping.sys.mjs#333
static get isAllowed() {
return Services.locale.appLocaleAsBCP47.startsWith("en");
}
Updated•1 month ago
|
update from ed "if it’s inclusive list, then it’s the opposite of link preview’s disallow list. but both patterns are in use in firefox just flip the condition. you can search for “region” in about:config to see various examples" So we do not want to look at language
Updated•1 month ago
|
Comment 4•28 days ago
|
||
| bugherder | ||
Updated•18 days ago
|
Description
•