Skip to content

Commit

Permalink
Fixes regex for identifing aviaryplatform host
Browse files Browse the repository at this point in the history
  • Loading branch information
afred committed Jan 28, 2025
1 parent 674f198 commit 777005a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class User
DARTMOUTH_HOST_RE = /^(.+\.)?meptest\.dartmouth\.edu$/
DARTMOUTH_HOST_2_RE = /^(.+\.)?pub\.dartmouth\.edu$/
GITHUB_IO = /^(.+\.)?github\.io$/
AVIARY_PLATFORM = /^(.+\.)?iiif\.aviaryplatform\.com$/
AVIARY_PLATFORM = /^(.+)?iiif\.aviaryplatform\.com$/
POPUP_HOST_RE = /^(.+\.)?popuparchive\.com$/
AAPB_HOST_RE = /^(.+\.)?americanarchive\.org$/
AWS_HOST_RE = /^(.+\.)?wgbh-mla\.org$/
Expand Down

0 comments on commit 777005a

Please sign in to comment.