Skip to content

Add rel="noreferrer" to external links in contact page#8

Merged
Tallented-Code-bot merged 2 commits into
mainfrom
copilot/sub-pr-7
Feb 2, 2026
Merged

Add rel="noreferrer" to external links in contact page#8
Tallented-Code-bot merged 2 commits into
mainfrom
copilot/sub-pr-7

Conversation

Copilot AI commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

External links with target="_blank" in the contact page were using only rel="noopener" instead of rel="noopener noreferrer", inconsistent with the pattern used throughout the rest of the application.

Changes:

  • Updated 5 external links (Instagram, LinkedIn, GitHub, Discord, shop location) to use rel="noopener noreferrer"
  • Matches pattern used in footer, donate page, and sponsors page
 <a
   target="_blank"
-  rel="noopener"
+  rel="noopener noreferrer"
   href="https://www.instagram.com/wazzu_racing"
 >

This prevents referrer leaking on external navigation.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI mentioned this pull request Feb 2, 2026
Base automatically changed from integrate-flowbite to main February 2, 2026 18:03
Co-authored-by: Tallented-Code-bot <75741250+Tallented-Code-bot@users.noreply.github.com>
Copilot AI changed the title [WIP] Update PR to address feedback on integrate flowbite Add rel="noreferrer" to external links in contact page Feb 2, 2026

@Tallented-Code-bot Tallented-Code-bot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good.

@Tallented-Code-bot
Tallented-Code-bot marked this pull request as ready for review February 2, 2026 23:22
Copilot AI review requested due to automatic review settings February 2, 2026 23:22

Copilot AI left a comment

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.

Pull request overview

This PR standardizes the rel attribute for external links in the contact page to match the pattern used throughout the application. The changes ensure consistent privacy protection by adding noreferrer to prevent referrer leaking on external navigation.

Changes:

  • Updated 5 external links (Instagram, LinkedIn, GitHub, Discord, shop location) from rel="noopener" to rel="noopener noreferrer"
  • Automatic package-lock.json maintenance updates marking optional platform-specific packages as dev dependencies

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
src/routes/contact/+page.svelte Updated all external links to use rel="noopener noreferrer" for consistency with footer, donate, and sponsors pages
package-lock.json Automatic npm update adding "dev": true markers to Rollup platform-specific packages and fsevents

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Tallented-Code-bot
Tallented-Code-bot merged commit 5ffb6e7 into main Feb 2, 2026
9 of 10 checks passed
@Tallented-Code-bot
Tallented-Code-bot deleted the copilot/sub-pr-7 branch February 2, 2026 23:35
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.

3 participants