-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: disable integrations per website #830
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,13 +63,13 @@ | |
"message": "Active Tab", | ||
"description": "A menu item in Browser Action pop-up (panel_activeTabSiteRedirectEnable)" | ||
}, | ||
"panel_activeTabSiteRedirectToggle": { | ||
"message": "Redirect on $1", | ||
"description": "A menu item in Browser Action pop-up (panel_activeTabSiteRedirectToggle)" | ||
"panel_activeTabSiteIntegrationsToggle": { | ||
"message": "Enable on $1", | ||
"description": "A menu item in Browser Action pop-up (panel_activeTabSiteIntegrationsToggle)" | ||
}, | ||
"panel_activeTabSiteRedirectToggleTooltip": { | ||
"message": "Click to toggle gateway redirects on $1", | ||
"description": "A menu item tooltip in Browser Action pop-up (panel_activeTabSiteRedirectToggleTooltip)" | ||
"panel_activeTabSiteIntegrationsToggleTooltip": { | ||
"message": "Click to toggle all IPFS integrations on $1", | ||
"description": "A menu item tooltip in Browser Action pop-up (panel_activeTabSiteIntegrationsToggleTooltip)" | ||
}, | ||
"panel_pinCurrentIpfsAddress": { | ||
"message": "Pin IPFS Resource", | ||
|
@@ -280,7 +280,7 @@ | |
"description": "An option description on the Preferences screen (option_useCustomGateway_description)" | ||
}, | ||
"option_dnslinkRedirect_title": { | ||
"message": "Force page load from custom gateway", | ||
"message": "Load websites from Custom Gateway", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Softening language because we restored the old behavior in #831 |
||
"description": "An option title on the Preferences screen (option_dnslinkRedirect_title)" | ||
}, | ||
"option_dnslinkRedirect_description": { | ||
|
@@ -296,15 +296,15 @@ | |
"description": "An option description on the Preferences screen (option_dnslinkDataPreload_description)" | ||
}, | ||
"option_dnslinkRedirect_warning": { | ||
"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.", | ||
"message": "Redirecting to a path-based gateway breaks Origin-based security isolation of DNSLink websites. Make sure you understand related risks.", | ||
"description": "A warning on the Preferences screen, displayed when URL does not belong to Secure Context (option_customGatewayUrl_warning)" | ||
}, | ||
"option_noRedirectHostnames_title": { | ||
"message": "Redirect Opt-Outs", | ||
"description": "An option title on the Preferences screen (option_noRedirectHostnames_title)" | ||
"option_noIntegrationsHostnames_title": { | ||
"message": "IPFS Integrations Opt-Outs", | ||
"description": "An option title on the Preferences screen (option_noIntegrationsHostnames_title)" | ||
}, | ||
"option_noRedirectHostnames_description": { | ||
"message": "List of websites that should not be redirected to the Custom Gateway (includes subresources from other domains). One hostname per line.", | ||
"option_noIntegrationsHostnames_description": { | ||
"message": "List of websites that should not have any IPFS integrations enabled. One hostname per line.", | ||
"description": "An option description on the Preferences screen (option_noRedirectHostnames_description)" | ||
}, | ||
"option_publicGatewayUrl_title": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if
Enable on <hostname>
is the best label for this menu item, but it is short and simple.Let me know if there is a better one.