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
2 changes: 1 addition & 1 deletion src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"Bazaar": {
"Tag": "Run your favorite",
"Title": "Applications",
"Description": "Bluefin utilizes the <a href=\"https://github.com/kolunmi/bazaar\" target=\"_blank\">Bazaar</a> app store, allowing for easy installation and management of all your favorite applications from <a href=\"https://flathub.org\" target=\"_blank\">Flathub</a> and a curated list of apps we think you'll love.",
"Description": "Bluefin utilizes the <a href=\"https://usebazaar.org\" target=\"_blank\">Bazaar</a> app store, allowing for easy installation and management of all your favorite applications from <a href=\"https://flathub.org\" target=\"_blank\">Flathub</a> and a curated list of apps we think you'll love.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

security-medium medium

When using target="_blank", it is a security best practice to include rel="noopener noreferrer" to prevent potential tabnabbing attacks and protect user privacy. This should be applied to both links in this description.

Suggested change
"Description": "Bluefin utilizes the <a href=\"https://usebazaar.org\" target=\"_blank\">Bazaar</a> app store, allowing for easy installation and management of all your favorite applications from <a href=\"https://flathub.org\" target=\"_blank\">Flathub</a> and a curated list of apps we think you'll love.",
"Description": "Bluefin utilizes the <a href=\"https://usebazaar.org\" target=\"_blank\" rel=\"noopener noreferrer\">Bazaar</a> app store, allowing for easy installation and management of all your favorite applications from <a href=\"https://flathub.org\" target=\"_blank\" rel=\"noopener noreferrer\">Flathub</a> and a curated list of apps we think you'll love.",

"Additional": "Additionally, Bluefin provides <a href=\"https://docs.brew.sh/Homebrew-on-Linux\" target=\"_blank\">Homebrew</a> and application container workflows, making running any piece of software a breeze. Since the entire software world comes in containers, using them becomes quick and efficient! <br><br><strong>Bluefin is developed on Bluefin.</strong>",
"FlathubButton": "View apps on Flathub"
},
Expand Down