Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop adding rel="noreferrer" to external URLs #4857

Merged
merged 1 commit into from Jun 8, 2022
Merged

Conversation

TimWolla
Copy link
Member

@TimWolla TimWolla commented Jun 8, 2022

This property was added together with noopener to protect users with older web
browsers that do not yet support noopener. The latter now is well-supported since
several years and in fact even is the default value in modern web browsers.

This allows us to drop the noreferrer from those links safely. Stripping the
referer header can be more reliably achieved with the referrer-policy
header that also gives the administrator more fine-grained control.

This property was added together with `noopener` to protect users with older web
browsers that do not yet support `noopener`. The latter now is well-supported since
several years and in fact even is the default value in modern web browsers.

This allows us to drop the `noreferrer` from those links safely. Stripping the
`referer` header can be more reliably achieved with the `referrer-policy`
header that also gives the administrator more fine-grained control.
@TimWolla TimWolla added this to Needs Triage in WoltLab Suite 6.0 via automation Jun 8, 2022
@TimWolla TimWolla requested a review from dtdesign June 8, 2022 14:03
@TimWolla TimWolla moved this from Needs Triage to In Progress in WoltLab Suite 6.0 Jun 8, 2022
@TimWolla TimWolla merged commit 7be49c4 into master Jun 8, 2022
WoltLab Suite 6.0 automation moved this from In Progress to Resolved Jun 8, 2022
@TimWolla TimWolla deleted the rel-noreferrer branch June 8, 2022 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
WoltLab Suite 6.0
  
Resolved
Development

Successfully merging this pull request may close these issues.

None yet

2 participants