Qiskit / platypus

Qiskit Textbook (beta)
https://learn.qiskit.org
Apache License 2.0
124 stars 241 forks source link

feat: remove `noreferrer` #2188

Closed eddybrando closed 10 months ago

eddybrando commented 10 months ago

When linking to external links, we want to preserve noopener but remove noreferrer.

Changes

This PR removes the noreferrer keyword for the external link since we want to be able to use the Referer header.

Related to https://github.com/Qiskit/qiskit.org/issues/3514