Add Onion-Location meta tag#135
Merged
andrewdavidwong merged 1 commit intoQubesOS:masterfrom Jun 8, 2020
Merged
Conversation
Member
|
Very cool, thanks! |
andrewdavidwong
referenced
this pull request
Aug 26, 2021
HTML is hard for translators to handle (to not break markup tags).
Where easily possible html files to markdown. Otherwise, move
translatable strings to separate yaml files (in _data dir), then
use layouts and includes to combine them into original html files. In
many cases it clarifies separation between data na layout, which is good
even without the translation context.
This commit adds also language switcher (useless at this stage) and few
tags to frontmatter ('lang', 'ref') that will be used in subsequent
commits.
And additionally, the files that are changed substantially, have
whitespaces fixed.
andrewdavidwong
added a commit
that referenced
this pull request
Aug 26, 2021
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.
Starting with the release of Tor Browser 9.5, websites can have their alternate .onion addresses advertised to Tor desktop users who have the 'Onion Location' option enabled.
Sites that add the .onion address advertisement HTTP header can prompt their visitors to switch to a version delivered using the Onion service for improved security.
Final result:
