mirror of https://gitlab.com/curben/blog
post(onion-location): fix title
This commit is contained in:
parent
3617597281
commit
64a5d20284
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Onion-Location: redirect your cleanet website to .onion"
|
title: "Onion-Location: redirect your clearnet website to .onion"
|
||||||
excerpt: Supported in Tor Browser >=9.5
|
excerpt: Supported in Tor Browser >=9.5
|
||||||
date: 2020-06-03
|
date: 2020-06-03
|
||||||
updated: 2020-07-09
|
updated: 2020-07-09
|
||||||
|
@ -7,7 +7,7 @@ tags:
|
||||||
- tor
|
- tor
|
||||||
---
|
---
|
||||||
|
|
||||||
Tor Browser recently introduced "Onion Location" feature in [v9.5](https://blog.torproject.org/new-release-tor-browser-95) to enable a (cleanet) website to advertise its onion service to users of Tor Browser by adding an HTTP header. When visiting a cleanet website that has onion service available and the relevant HTTP header, Tor Browser will display a ".onion available" button on the address bar. When user clicks on it, Tor Browser will redirects to the .onion address of the website. User could also opt-in the "Always Prioritise Onions" option and Tor Browser will automatically redirects to a website's .onion if detected. This feature was initially suggested back in [2017](https://trac.torproject.org/projects/tor/ticket/21952) and finally landed in v9.5.
|
Tor Browser recently introduced "Onion Location" feature in [v9.5](https://blog.torproject.org/new-release-tor-browser-95) to enable a (clearnet) website to advertise its onion service to users of Tor Browser by adding an HTTP header. When visiting a clearnet website that has onion service available and the relevant HTTP header, Tor Browser will display a ".onion available" button on the address bar. When user clicks on it, Tor Browser will redirects to the .onion address of the website. User could also opt-in the "Always Prioritise Onions" option and Tor Browser will automatically redirects to a website's .onion if detected. This feature was initially suggested back in [2017](https://trac.torproject.org/projects/tor/ticket/21952) and finally landed in v9.5.
|
||||||
|
|
||||||
![.onion button](20200603/onion-location.png)
|
![.onion button](20200603/onion-location.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue