Skip to content

Commit

Permalink
Putting ariana.ao3.org back as archive host option
Browse files Browse the repository at this point in the history
  • Loading branch information
brianna-dardin committed Feb 26, 2024
1 parent da1c294 commit cd976a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/otw_archive/import_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize(archive_host, token, restricted = true, override_tags = true, det
end

def isHttp?(archive_host)
archive_host.include?("localhost") || archive_host.split(":")[0] =~ Resolv::IPv4::Regex
archive_host.include?("ariana.archiveofourown.org") || archive_host.include?("localhost") || archive_host.split(":")[0] =~ Resolv::IPv4::Regex
end
end
end # OtwArchive

0 comments on commit cd976a4

Please sign in to comment.