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
This improves the way we handle manual opt-out performend per site by
the user by storing both manual opt-outs and opt-ins.
This way we are able to tweak implicit default per website while respecting
preexisting user choices. Also, in the future we may run opt-in metrics
that compare lengths of both lists to gain better insight into user's behavior.
Closes#921
Copy file name to clipboardexpand all lines: add-on/_locales/en/messages.json
+14-6
Original file line number
Diff line number
Diff line change
@@ -339,13 +339,21 @@
339
339
"message": "Do not use if your IPFS node does not support *.ipfs.localhost. Redirecting to a path-based gateway breaks the origin-based security isolation of DNSLink websites, so make sure you understand the related risks.",
340
340
"description": "A warning on the Preferences screen, displayed when URL does not belong to Secure Context (option_customGatewayUrl_warning)"
341
341
},
342
-
"option_noIntegrationsHostnames_title": {
343
-
"message": "Site Opt-Out List",
344
-
"description": "An option title on the Preferences screen (option_noIntegrationsHostnames_title)"
342
+
"option_disabledOn_title": {
343
+
"message": "Manual Opt-Out List",
344
+
"description": "An option title on the Preferences screen (option_disabledOn_title)"
345
345
},
346
-
"option_noIntegrationsHostnames_description": {
347
-
"message": "Sites in this list (one hostname per line) will have all IPFS integrations disabled.",
348
-
"description": "An option description on the Preferences screen (option_noRedirectHostnames_description)"
346
+
"option_disabledOn_description": {
347
+
"message": "Sites in this list (one hostname per line) will have IPFS integrations disabled.",
348
+
"description": "An option description on the Preferences screen (option_disabledOn_description)"
349
+
},
350
+
"option_enabledOn_title": {
351
+
"message": "Manual Opt-In List",
352
+
"description": "An option title on the Preferences screen (option_enabledOn_title)"
353
+
},
354
+
"option_enabledOn_description": {
355
+
"message": "Sites in this list (one hostname per line) will have IPFS integrations enabled.",
356
+
"description": "An option description on the Preferences screen (option_enabledOn_description)"
0 commit comments