etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
969 stars 112 forks source link

Email has HTTPS link even though we do not use HTTPS #50

Closed AGirin closed 7 years ago

AGirin commented 7 years ago

We do not use HTTPS but all links in the email alert point to HTTPS:

image

kiwiz commented 7 years ago

Probably not going to fix this. You can replace all instances of https in templates with http.

AGirin commented 7 years ago

Sorry, I don't see any http there. I see <?= $base_url ?>/. Where do I find that?

kiwiz commented 7 years ago

My bad, this is defined in Notification.php.