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

[enhancement] add rel="noreferrer noopener" to read__more link #46

Open
Sellato opened this issue Nov 27, 2021 · 0 comments
Open

[enhancement] add rel="noreferrer noopener" to read__more link #46

Sellato opened this issue Nov 27, 2021 · 0 comments

Comments

@Sellato
Copy link

Sellato commented Nov 27, 2021

Hi there!

To minimize XSS problem it's will be good to add rel="noreferrer noopener" to read__more link

after line 56 add rel="noreferrer noopener"

                                        <a 
                                            href="${this.banner.link}"
                                            target="_blank" 
                                            rel="noreferrer noopener"
                                            class="read__more"
                                            style="color: ${this.banner.color};"
                                        >

Thank you :)

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

1 participant