We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it's quite self-explanatory. We use target=_blank, but we don't use the rel attribute to further secure the app.
target=_blank
rel
The text was updated successfully, but these errors were encountered:
rel="noopener noreferrer"
Merge pull request #251 from ckeditor/i/5746
5b921b4
Fix: Link preview in the balloon should have `rel="noopener noreferrer"` set for security reasons. Closes ckeditor/ckeditor5#5746.
oleq
Successfully merging a pull request may close this issue.
I think it's quite self-explanatory. We use
target=_blank
, but we don't use therel
attribute to further secure the app.The text was updated successfully, but these errors were encountered: