sul-cidr / noh

Noh as Intermedia
http://noh.stanford.edu/
MIT License
4 stars 2 forks source link

Change all cloudfront URLs to https #545

Closed simonwiles closed 4 years ago

simonwiles commented 4 years ago

This should offer some minor benefits, and in particular will prevent mixed-content warnings in the event that we can get noh.stanford.edu served over https.

ag -0 -l http://d7rcwrflqckpu.cloudfront.net | xargs -0 sed -ri -e 's#http://d7rcwrflqckpu#https://d7rcwrflqckpu#g'

Closes #539.