File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ function mixedContentHintFor(browser: BrowserKind): string {
5858 return 'Allow the Local Network Access prompt in your browser, then retry.' ;
5959 case 'firefox' :
6060 return 'Firefox blocks HTTPS pages from connecting to private HTTP servers. '
61- + 'Use a Chromium-based browser (Chrome, Edge, Brave) or access this page over HTTP instead.' ;
61+ + 'Try disabling Enhanced Tracking Protection for this site (click the shield icon 🛡️ in the address bar) '
62+ + 'or use a Chromium-based browser (Chrome, Edge, Brave).' ;
6263 case 'safari' :
6364 return 'Safari blocks HTTPS pages from connecting to private HTTP servers. '
6465 + 'Use a Chromium-based browser (Chrome, Edge, Brave) or access this page over HTTP instead.' ;
You can’t perform that action at this time.
0 commit comments