Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![Discord](https://invidget.switchblade.xyz/5Hus6fM)](https://discord.gg/5Hus6fM)

<a href="https://trendshift.io/repositories/11301" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11301" alt="recloudstream%2Fcloudstream | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of target="_blank" without rel="noopener noreferrer" creates a security vulnerability. When opening links in a new tab without these attributes, the new page gains access to the window.opener property, which can be exploited for phishing attacks or other malicious purposes. Add rel="noopener noreferrer" to the anchor tag to prevent this security issue.

Suggested change
<a href="https://trendshift.io/repositories/11301" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11301" alt="recloudstream%2Fcloudstream | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
<a href="https://trendshift.io/repositories/11301" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/repositories/11301" alt="recloudstream%2Fcloudstream | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The alt text contains URL-encoded characters (%2F) which makes it less readable for screen readers. The alt text should use plain text format for better accessibility. Consider changing "recloudstream%2Fcloudstream | Trendshift" to "recloudstream/cloudstream | Trendshift" or a more descriptive text like "Trendshift Badge for CloudStream Repository".

Suggested change
<a href="https://trendshift.io/repositories/11301" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11301" alt="recloudstream%2Fcloudstream | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
<a href="https://trendshift.io/repositories/11301" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11301" alt="Trendshift badge for recloudstream/cloudstream repository" style="width: 250px; height: 55px;" width="250" height="55"/></a>

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The inline style attribute should be removed. The width and height are already specified using HTML attributes, making the style attribute redundant. Additionally, inline styles can be problematic for users who apply custom stylesheets or use reader modes. The HTML width and height attributes are sufficient for specifying image dimensions.

Suggested change
<a href="https://trendshift.io/repositories/11301" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11301" alt="recloudstream%2Fcloudstream | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
<a href="https://trendshift.io/repositories/11301" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11301" alt="recloudstream%2Fcloudstream | Trendshift" width="250" height="55"/></a>

Copilot uses AI. Check for mistakes.

## Table of Contents:
+ [About Us:](#about_us)
Expand Down
Loading