dont send server address in a-href#15631
Closed
light-and-ray wants to merge 1 commit intoAUTOMATIC1111:devfrom
Closed
dont send server address in a-href#15631light-and-ray wants to merge 1 commit intoAUTOMATIC1111:devfrom
light-and-ray wants to merge 1 commit intoAUTOMATIC1111:devfrom
Conversation
Collaborator
|
I think it might be possible to just set Referrer-Policy header no-referrer |
Collaborator
|
Contributor
Author
|
I thinks it's good to merge both |
Collaborator
in my opinion if the global one works then just the global one is better |
Owner
|
I merged the other one and if it achieves the result, I don't want to add more changes. If this change is still wanted, reopen the PR. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Gradio sets these tags automatically when generates hyperlinks from markdown
rel="noopener noreferrer"I've added them into webui's htmlYou can see users' non-local server addresses (e.g. --share or their hosting) in github's repo statistics for example, when they go to the repo via Extensions tab. Other sites can see them too. This PR fixes this
Checklist: