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
With
#826
data was no longer getting into the cache of local node.
This adds background queue that ensures every visited DNSLink asset
is preloaded to the cache of local IPFS node.
Copy file name to clipboardexpand all lines: add-on/_locales/en/messages.json
+8
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,14 @@
287
287
"message": "If global redirect is enabled, this will include DNSLink websites and redirect them to respective /ipns/{fqdn} paths at Custom Gateway",
288
288
"description": "An option description on the Preferences screen (option_dnslinkRedirect_description)"
289
289
},
290
+
"option_dnslinkDataPreload_title": {
291
+
"message": "Preload visited pages",
292
+
"description": "An option title on the Preferences screen (option_dnslinkDataPreload_title)"
293
+
},
294
+
"option_dnslinkDataPreload_description": {
295
+
"message": "DNSLink websites will be preloaded to the local IPFS node to enable offline access and improve resiliency against network failures",
296
+
"description": "An option description on the Preferences screen (option_dnslinkDataPreload_description)"
297
+
},
290
298
"option_dnslinkRedirect_warning": {
291
299
"message": "Redirecting to a path-based gateway breaks Origin-based security isolation of DNSLink website! Please leave this disabled unless you are aware of (and ok with) related risks.",
292
300
"description": "A warning on the Preferences screen, displayed when URL does not belong to Secure Context (option_customGatewayUrl_warning)"
0 commit comments