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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
pslr 1.0.2
Internal
Dropped the redundant strict = TRUE argument from punycoder::host_normalize()
calls. punycoder removed the inert strict flag in favour of explicit
UTS #46 flags (all defaulting to the strict profile), so the bare call is
behavior-preserving and forward-compatible with that release. No user-visible
change; this keeps pslr installable against the upcoming punycoder release.
Refactored psl_canonicalize(), parse_psl_lines(), the core matcher
resolution, and psl_refresh()/psl_use() into smaller helpers to clear goodpractice cyclomatic-complexity and function-length findings. Pure
internal restructuring; no behavior or API change.