We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80bb13 commit 9f873e3Copy full SHA for 9f873e3
1 file changed
src/bridge/connection.ts
@@ -58,7 +58,8 @@ function mixedContentHintFor(browser: BrowserKind): string {
58
return 'Allow the Local Network Access prompt in your browser, then retry.';
59
case 'firefox':
60
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.';
+ + '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).';
63
case 'safari':
64
return 'Safari blocks HTTPS pages from connecting to private HTTP servers. '
65
+ 'Use a Chromium-based browser (Chrome, Edge, Brave) or access this page over HTTP instead.';
0 commit comments