You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix origin validation to support Libby subdomain patterns
Libby uses dynamic subdomains like dewey-abc123.listen.libbyapp.com
for content delivery. Update origin validation to use regex patterns
that match both exact domains and subdomains.
- Replace exact string matching with regex patterns
- Support subdomain patterns: *.listen.libbyapp.com, *.thunder.libbyapp.com
- Update both content script and shared validators
- Fixes "Rejected message from untrusted origin" errors
0 commit comments