-
Notifications
You must be signed in to change notification settings - Fork 13
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
don't label Bliptext links as external links #28
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Will look into this later this month |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to
.startsWith("https://bliptext.com/")
instead of
.startsWith("https://bliptext.com")
The issue is that https://bliptext.com.voxga.es would be allowed, or https://bliptext.comeon.com would also be allowed, as they start with "https://bliptext.com".
fixes #43 |
Sure, I'll remove the trailing |
simple change, should work
fixes #25