mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Merge pull request #85 from freider/master
Security fix: Changes the default API endpoint to the https version
This commit is contained in:
@@ -9,7 +9,7 @@ from ._version import *
|
||||
# This backend was developed against this API endpoint.
|
||||
# You can override in settings.py, if desired.
|
||||
MANDRILL_API_URL = getattr(settings, "MANDRILL_API_URL",
|
||||
"http://mandrillapp.com/api/1.0")
|
||||
"https://mandrillapp.com/api/1.0")
|
||||
|
||||
|
||||
class DjrillAdminSite(AdminSite):
|
||||
|
||||
Reference in New Issue
Block a user