Improve finding the requested host's domain for setting the domain cookie

This commit is contained in:
Dan Milne
2025-10-29 10:19:51 +11:00
parent a2008d0750
commit c3205abffa
4 changed files with 38 additions and 27 deletions

View File

@@ -31,6 +31,9 @@ gem "rqrcode", "~> 3.1"
# JWT for OIDC ID tokens
gem "jwt", "~> 3.1"
# Public Suffix List for domain parsing
gem "public_suffix", "~> 6.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[ windows jruby ]