Skip to content

Commit ac44dcb

Browse files
committed
Update
1 parent 71bc065 commit ac44dcb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/bridge/connection.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ function mixedContentHintFor(browser: BrowserKind): string {
5757
case 'chrome':
5858
return 'Allow the Local Network Access prompt in your browser, then retry.';
5959
case 'firefox':
60-
return 'Firefox blocks HTTPS pages from connecting to private HTTP servers. '
61-
+ 'Try disabling Enhanced Tracking Protection for this site (click the shield icon 🛡️ in the address bar), '
62-
+ 'use a Chromium-based browser (Chrome, Edge, Brave), or host eca-web locally over HTTP.';
60+
return 'Firefox blocks HTTPS pages from connecting to private HTTP servers (mixed active content). '
61+
+ 'Use a Chromium-based browser (Chrome, Edge, Brave) or host eca-web locally over HTTP.';
6362
case 'safari':
6463
return 'Safari blocks HTTPS pages from connecting to private HTTP servers. '
6564
+ 'Use a Chromium-based browser (Chrome, Edge, Brave) or host eca-web locally over HTTP.';

0 commit comments

Comments
 (0)