ubershmekel / redditp

Convert any reddit page to a presentation or slide show
https://redditp.com
MIT License
263 stars 103 forks source link

Using //domain/file.extension is an antipattern. #42

Closed JoshWillik closed 8 years ago

JoshWillik commented 8 years ago

If HTTPS is not available, a non-protocol url should not be used. If HTTPS is available, using it 100% of the time hurts no one. Plus, this makes the scripts load correctly when using the file:// protocol to view the file locally.

Plus plus, Paul Irish said so http://www.paulirish.com/2010/the-protocol-relative-url/

ubershmekel commented 8 years ago

I think you're right and I do what Paul Irish tells me to do.