mirror of
https://github.com/LukeHagar/slinky.git
synced 2025-12-06 04:21:20 +00:00
Enhance URL ignoring logic in fsurls.go to support wildcard patterns and add tests for ignoring specific URLs. Introduce a new function to convert wildcard patterns to regex for improved matching accuracy.
This commit is contained in:
5
testdata/test2_acme.md
vendored
Normal file
5
testdata/test2_acme.md
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Here are some example URLs that should be ignored by pattern *acme*:
|
||||
|
||||
- https://acme.com/logout
|
||||
- http://sub.acme.example/logout
|
||||
- https://docs.acme.dev
|
||||
Reference in New Issue
Block a user