STR for QA We want to make sure `browser.urlbar.weather.ignoreVPN = true` causes Firefox to show the weather suggestion even when you're on a VPN. 1. Connect to a VPN in a region where the weather suggestion is available (US, Canada, UK, Germany -- no need to test more than one) 2. Enable the weather suggestion: `browser.urlbar.weather.featureGate = true` 3. Set `browser.urlbar.weather.ignoreVPN = true` -- do *not* run the usual JS snippet that you previously used 4. Type 3 characters of a weather keyword to trigger the suggestion, e.g. `wea`. If the suggestion appears on zero prefix and not when you type `wea`, that's fine too, you just need to trigger the suggestion in some way and verify it appears; see bug 1828796 comment 6 for details
Bug 1831689 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
STR for QA We want to make sure `browser.urlbar.weather.ignoreVPN = true` causes Firefox to show the weather suggestion even when you're on a VPN. 1. Connect to a VPN in a region where the weather suggestion is available (US, Canada, UK, Germany -- no need to test more than one) 2. Set `browser.urlbar.weather.ignoreVPN = true` -- do *not* run the usual JS snippet that you previously used 3. Enable the weather suggestion: `browser.urlbar.weather.featureGate = true` (If you do this step before step 2, Firefox may not show the suggestion because setting `browser.urlbar.weather.ignoreVPN` does not force a fetch ASAP. If you need to force a fetch after setting the VPN pref, toggle `browser.urlbar.weather.featureGate` off and back on again, or just restart Firefox.) 4. Type 3 characters of a weather keyword to trigger the suggestion, e.g. `wea`. If the suggestion appears on zero prefix and not when you type `wea`, that's fine too, you just need to trigger the suggestion in some way and verify it appears; see bug 1828796 comment 6 for details