Skip to content

Conversation

@spencerrlongg
Copy link
Collaborator

Laravel's standard url validation rule only deals with the http,https schemas. You can define more schemas in it, for instance url:http,https,com.grokability.snipeitmobile but then we're only allowing our own custom schema, so I went ahead and just changed it to string - I can't think of a way this could bite us, but if you can definitely let me know and I can look into other options.

@spencerrlongg spencerrlongg requested a review from snipe as a code owner October 8, 2025 08:29
@snipe
Copy link
Member

snipe commented Nov 20, 2025

We could maybe make that an env var array?

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.

2 participants