|
91 | 91 | "message": "Copy Public Gateway URL",
|
92 | 92 | "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)"
|
93 | 93 | },
|
| 94 | + "panel_contextMenuViewOnGateway": { |
| 95 | + "message": "View on Gateway", |
| 96 | + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_contextMenuViewOnGateway)" |
| 97 | + }, |
94 | 98 | "pageAction_titleIpfsAtPublicGateway": {
|
95 | 99 | "message": "IPFS resource loaded via Public Gateway",
|
96 | 100 | "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)"
|
|
275 | 279 | "message": "Redirect requests for IPFS resources to the Custom gateway",
|
276 | 280 | "description": "An option description on the Preferences screen (option_useCustomGateway_description)"
|
277 | 281 | },
|
| 282 | + "option_dnslinkRedirect_title": { |
| 283 | + "message": "Force page load from custom gateway", |
| 284 | + "description": "An option title on the Preferences screen (option_dnslinkRedirect_title)" |
| 285 | + }, |
| 286 | + "option_dnslinkRedirect_description": { |
| 287 | + "message": "If global redirect is enabled, this will include DNSLink websites and redirect them to respective /ipns/{fqdn} paths at Custom Gateway", |
| 288 | + "description": "An option description on the Preferences screen (option_dnslinkRedirect_description)" |
| 289 | + }, |
| 290 | + "option_dnslinkRedirect_warning": { |
| 291 | + "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 | + "description": "A warning on the Preferences screen, displayed when URL does not belong to Secure Context (option_customGatewayUrl_warning)" |
| 293 | + }, |
278 | 294 | "option_noRedirectHostnames_title": {
|
279 | 295 | "message": "Redirect Opt-Outs",
|
280 | 296 | "description": "An option title on the Preferences screen (option_noRedirectHostnames_title)"
|
|
327 | 343 | "message": "Toggle use of Custom Gateway when IPFS API availability changes",
|
328 | 344 | "description": "An option description on the Preferences screen (option_automaticMode_description)"
|
329 | 345 | },
|
| 346 | + "option_header_dnslink": { |
| 347 | + "message": "DNSLink", |
| 348 | + "description": "A section header on the Preferences screen (option_header_dnslink)" |
| 349 | + }, |
330 | 350 | "option_header_experiments": {
|
331 | 351 | "message": "Experiments",
|
332 | 352 | "description": "A section header on the Preferences screen (option_header_experiments)"
|
|
364 | 384 | "description": "An option description on the Preferences screen (option_linkify_description)"
|
365 | 385 | },
|
366 | 386 | "option_dnslinkPolicy_title": {
|
367 |
| - "message": "DNSLink Support", |
| 387 | + "message": "DNSLink Lookup", |
368 | 388 | "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)"
|
369 | 389 | },
|
370 | 390 | "option_dnslinkPolicy_description": {
|
371 |
| - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", |
| 391 | + "message": "Lookup policy for displaying context actions on websites with DNSLink", |
372 | 392 | "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)"
|
373 | 393 | },
|
374 | 394 | "option_dnslinkPolicy_disabled": {
|
|
0 commit comments