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

Error on link #94

Closed
santacruz69 opened this issue May 2, 2019 · 1 comment
Closed

Error on link #94

santacruz69 opened this issue May 2, 2019 · 1 comment

Comments

@santacruz69
Copy link

For this links

  • …the_guide/cookies(ico.org.uk) | _blank | nofollow
  • …answer/61416?hl=en(support.google.com) | _blank | nofollow
  • …kb/enable-and-disable-cookies-website-preferences(support.mozilla.org) | _blank | nofollow
  • …internet-explorer/delete-manage-cookies(windows.microsoft.com) | _blank | nofollow
  • …en/cookies.html(help.opera.com) | _blank | nofollow
  • /kb/PH17191?viewlocale=en_GB

To improve performance and prevent security vulnerabilities links must have a rel="noopener" or rel="noreferrer" to any external links.

@ToX82
Copy link
Owner

ToX82 commented Aug 8, 2019

Every external link should already have those attributes. This is in the en.html file:

            <a rel='nofollow noopener noreferrer' class='chrome' target='_blank' href='https://support.google.com/accounts/answer/61416?hl=en'><span>Chrome</span></a>
            <a rel='nofollow noopener noreferrer' class='firefox' target='_blank' href='https://support.mozilla.org/en-GB/kb/enable-and-disable-cookies-website-preferences'><span>Firefox</span></a>
            <a rel='nofollow noopener noreferrer' class='ie' target='_blank' href='http://windows.microsoft.com/en-gb/internet-explorer/delete-manage-cookies#ie=ie-11'><span>Internet Explorer</span></a>
            <a rel='nofollow noopener noreferrer' class='opera' target='_blank' href='https://help.opera.com/en/latest/web-preferences/#cookies'><span>Opera</span></a>
            <a rel='nofollow noopener noreferrer' class='safari' target='_blank' href='https://support.apple.com/kb/PH17191?viewlocale=en_GB'><span>Safari</span></a>

@ToX82 ToX82 closed this as completed Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants