How to anonymize your links in Discourse?

Solution: It’s best to customize your Discourse instance by adding the following snippet before </head> , which is at least supported by current versions of Chrome and Firefox (but not e.g. in IE 11).

<meta name="referrer" content="never" />

The supported values and corresponding referrers being sent (taking this topic as an example) are:

9 Likes