Skip to content

Commit 9f873e3

Browse files
committed
Update firefox message
1 parent a80bb13 commit 9f873e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bridge/connection.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.';

0 commit comments

Comments
 (0)