You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rugk can you submit a PR with a fix for this issue, please? This is an open source project, which means you can contribute with some code too. That would help us much more than only opening the issue. Thanks!!
Before this patch I managed to send a bunch of referrers to third party websites with Firefox. Unfortunately, meta name="referrer" isn't enough.
I added "noopener" because that's also what Nextcloud does. One may want to check another pull request from 2015 which may be more complete, but it was denied with a plugin proposal: ether#2498
References to earlier issues: ether#1603, ether#3043
See
You can use it in HTML (
<meta name="referrer" content="no-referrer">
) or as a HTTP headerThe text was updated successfully, but these errors were encountered: