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

Fix skipping of email addresses in stylesheets #1546

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

mre
Copy link
Member

@mre mre commented Oct 26, 2024

This pull request fixes an issue where email addresses were being detected as links in elements with ref="stylesheet".

The issue occurred when virtual/framework-specific stylesheet paths that start with "/@" or "@" were encountered. These paths are typically resolved by dev servers or build tools and are not real URLs. The fix ensures that these paths are skipped.

Fixes #1538.

@mre mre force-pushed the bugfix/email-stylesheet branch from 01c5b86 to adca48f Compare October 26, 2024 23:29
@mre mre merged commit e43086c into master Oct 26, 2024
7 checks passed
@mre mre deleted the bugfix/email-stylesheet branch October 26, 2024 23:32
This was referenced Oct 26, 2024
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.

Interpreting stylesheet link with @ as mail
1 participant