1
0
Fork 0
forked from OpenNeo/impress
impress/app
Emi Dunn-Rankin bc64164d69
Sigh, fix HTTPS for images AGAIN with a proxy now
Okay, like in the previous commit, we're dealing with forced HTTPS, on a server that isn't going to cooperate with our dependencies' HTTPS version. And this time, I don't think there's a secret origin server that will accept `http://` requests for us.

Thankfully, we have the perfect hack in our back pocket: our own pre-existing images.neopets.com proxy server! I set the following in our secret `.env` file, and now we're good:

```
NEOPETS_IMAGES_URL_ORIGIN=http://images.neopets-asset-proxy.openneo.net
```
2022-08-02 21:17:52 -07:00
..
assets whoops, accept 1-digit donation amounts! 2018-01-20 17:55:21 -08:00
controllers new donate layout for post-2017 campaign 2018-01-18 17:14:02 -08:00
flex advanced search by pet type fit :) 2014-04-05 18:48:20 -05:00
helpers Update Neopia URLs to use HTTPS 2018-04-16 20:36:50 -07:00
mailers donation mailer 2014-09-10 14:32:54 -05:00
models Sigh, fix HTTPS for images AGAIN with a proxy now 2022-08-02 21:17:52 -07:00
views new donate layout for post-2017 campaign 2018-01-18 17:14:02 -08:00