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

add noopener #338

Merged
merged 1 commit into from
Jul 18, 2022
Merged

add noopener #338

merged 1 commit into from
Jul 18, 2022

Conversation

hidden4003
Copy link
Member

No description provided.

@@ -18,7 +18,7 @@
<p className="text-base font-semibold opacity-75">Posted on: {item.date_published}</p>
<p className="text-base line-clamp-2">{item.content_text}</p>
<div className="flex space-x-0.5 text-highlight-1 font-semibold">
<a href={item.link} target="_blank">Read More</a>
<a href={item.link} rel="noopener,noreferrer" target="_blank">Read More</a>

Check warning

Code scanning / CodeQL

Potentially unsafe external link

External links without noopener/noreferrer are a potential security risk.
@hidden4003 hidden4003 merged commit f95afdd into ShokoAnime:master Jul 18, 2022
@hidden4003 hidden4003 deleted the fix-link branch July 18, 2022 17:09
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

Successfully merging this pull request may close these issues.

1 participant