Conversation
# Conflicts: # AGENTS.md
# Conflicts: # package.json
|
|
I tested your build in Chrome. Works fine, thank you. |
Thanks for the update. I have been preoccupied lately, but will have some time to re-visit this sometime this week/weekend. I will review/update this PR and try to get a release out then. |
I am adding the Double Star feature, where I uploaded a build of the double star PR here if you are bored and want to test it: #28 (comment) Otherwise, I will try to test over the weekend, and merge it into this PR. |



Built extensions for easy testing:
https://df.cssnr.com/raw/auto-auth-0.0.0-chrome.zip
https://df.cssnr.com/raw/auto-auth-0.0.0-firefox.zip
Wildcard Matching
Use
*to match any subdomain or port in saved host patterns:*.example.commatchessub.example.combut nota.b.example.comexample.com:*matchesexample.com:8080*.*.commatchessub.example.combut nota.b.example.comEach
*replaces exactly one part. If multiple patterns match, the most specific one (fewest*characters) is used.Notable Changes
src/utils/hosts.tsHostsclass with wildcard matching functions*to theHostsallowedkeysas a new sync groupvalidateHostnamefunction since new URL was lazysrc/entrypoints/background/auth.tsfindBestWildcardMatchsrc/entrypoints/popup/App.vue