Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
AO3-5192: Add sites to https list, rescue to after task #3099
Conversation
| @@ -568,9 +568,16 @@ namespace :After do | ||
| desc "Enforce HTTPS where available for embedded media" | ||
| task(enforce_https: :environment) do | ||
| Chapter.find_each do |chapter| | ||
| + if chapter.id % 1000 == 0 |
elzj
added
Awaiting review
Priority: Broken on Test (High)
labels
Oct 4, 2017
elzj
requested review from
sarken and
zz9pzza
Oct 4, 2017
zz9pzza
added
Reviewed: Ready to Merge
and removed
Awaiting review
labels
Oct 4, 2017
zz9pzza
merged commit fc42034
into
otwcode:master
Oct 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
elzj commentedOct 4, 2017
Issue
https://otwarchive.atlassian.net/browse/AO3-5192
Purpose
Expand https list
Testing
See issue