←back to thread

OpenGL 3.1 on Asahi Linux

(asahilinux.org)
512 points simjue | 2 comments | | HN request time: 0s | source
Show context
ezfe ◴[] No.36226493[source]
Why does this posting have a rel=noreferrer tag, when others don’t?
replies(2): >>36226741 #>>36228842 #
mrpopo ◴[] No.36226741[source]
Looks like jwz links also have a "noreferrer" tag added as well.

https://news.ycombinator.com/item?id=3132752

New silent HN policy to avoid showing its users that some people don't like them.

replies(2): >>36228256 #>>36228467 #
judge2020 ◴[] No.36228256[source]
That page doesn't include noreferrer on the article link for me.
replies(1): >>36229996 #
pbasista ◴[] No.36229996[source]
"rel" is an attribute of several HTML tags, including the anchor tag <a> [0]. It is not something that would be visible in the URL.

The presence of this attribute instructs the client to not send the HTTP header "Referer" [1] when making a request to the target URL.

[0] https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes... [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...

replies(1): >>36231476 #
judge2020 ◴[] No.36231476[source]
I know, I'm saying that it's not in the `rel=` on that article link on the linked page. Just noopener, which is of course included on every link.
replies(2): >>36232530 #>>36238705 #
1. mrpopo ◴[] No.36232530{3}[source]
It is. When I open the source, I see this:

<a href="http://www.jwz.org/blog/2011/10/eff-declares-premature-victo..." rel="noreferrer">Jwz: Google's pseudonym support "obvious bullshit"</a>

Might be that the method is different on a specific browser, but most likely you are looking in the wrong place.

replies(1): >>36236246 #
2. judge2020 ◴[] No.36236246[source]
<a href="http://www.jwz.org/blog/2011/10/eff-declares-premature-victo..." rel="noopener" target="_blank">Jwz: Google's pseudonym support "obvious bullshit"</a>