[GH-ISSUE #387] Removing referrer header when clicking on links #253

Closed
opened 2026-03-02 11:48:05 +03:00 by kerem · 2 comments
Owner

Originally created by @TechClusterHQ on GitHub (Sep 11, 2024).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/387

It would be great if there was an option to remove the "referrer" header when clicking on bookmarks. Currently, you can be traced back to your instance of hoarder using the header. An option to add a prefix url (like https://anonym.es) to all urls (only when viewing them on the homepage) would be a good solution for this problem.

Originally created by @TechClusterHQ on GitHub (Sep 11, 2024). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/387 It would be great if there was an option to remove the "referrer" header when clicking on bookmarks. Currently, you can be traced back to your instance of hoarder using the header. An option to add a prefix url (like https://anonym.es) to all urls (only when viewing them on the homepage) would be a good solution for this problem.
kerem closed this issue 2026-03-02 11:48:05 +03:00
Author
Owner

@kamtschatka commented on GitHub (Sep 11, 2024):

how about adding rel="noreferrer" instead? https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/noreferrer

<!-- gh-comment-id:2344100952 --> @kamtschatka commented on GitHub (Sep 11, 2024): how about adding rel="noreferrer" instead? https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/noreferrer
Author
Owner

@kamtschatka commented on GitHub (Sep 11, 2024):

Tried it out and it works fine if you click on the image on the dashboard, but does not work when clicking on the image(i guess that is what you mean with "only when viewing them on the homepage"), when you are showing the details of the bookmark, because this requires the target="_blank" attribute.
We could either:

  • add that attribute and have all the links open in a new tab (which i personally prefer)
  • apparently using javascript to navigate also works

I am not really a fan of adding a prefix URL, as it makes you dependent on e.g. "anonym.es" to keep your data private....

<!-- gh-comment-id:2344122456 --> @kamtschatka commented on GitHub (Sep 11, 2024): Tried it out and it works fine if you click on the image on the dashboard, but does not work when clicking on the image(i guess that is what you mean with "only when viewing them on the homepage"), when you are showing the details of the bookmark, because this requires the target="_blank" attribute. We could either: * add that attribute and have all the links open in a new tab (which i personally prefer) * apparently using javascript to navigate also works I am not really a fan of adding a prefix URL, as it makes you dependent on e.g. "anonym.es" to keep your data private....
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#253
No description provided.