You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use HTTP proxy for subdomains only on Firefox
Chromium 80 already hardcodes localhost to loopback IPs, and we don't
want to add unnecessary permission as it may cause us fail review at
Chrome Web Store.
I also renamed the setting as its about overall Subdomain support on
localhost, even when HTTP proxy is not used.
Copy file name to clipboardexpand all lines: add-on/_locales/en/messages.json
+6-6
Original file line number
Diff line number
Diff line change
@@ -279,13 +279,13 @@
279
279
"message": "Redirect requests for IPFS resources to the Custom gateway",
280
280
"description": "An option description on the Preferences screen (option_useCustomGateway_description)"
281
281
},
282
-
"option_useSubdomainProxy_title": {
283
-
"message": "Use Subdomain Proxy",
284
-
"description": "An option title on the Preferences screen (option_useSubdomainProxy_title)"
282
+
"option_useSubdomains_title": {
283
+
"message": "Use Subdomains",
284
+
"description": "An option title on the Preferences screen (option_useSubdomains_title)"
285
285
},
286
-
"option_useSubdomainProxy_description": {
287
-
"message": "Use Custom Gateway as HTTP Proxy to enable Origin isolation per content root at *.ipfs.localhost",
288
-
"description": "An option description on the Preferences screen (option_useSubdomainProxy_description)"
286
+
"option_useSubdomains_description": {
287
+
"message": "Isolate content roots from each other by loading them from subdomains at *.localhost and creating a unique Origin for each CID, IPNS or DNSLink record. Requires a local go-ipfs 0.5.0 or later.",
288
+
"description": "An option description on the Preferences screen (option_useSubdomains_description)"
0 commit comments