Skip to content

Version 0.5.1

Compare
Choose a tag to compare
@phalt phalt released this 21 Apr 07:43
· 285 commits to master since this release

This small version update introduces an optional setting for forgery protection:

DJANGO_TWILIO_FORGERY_PROTECTION = False

Having this set in the database will overwrite the functionality of using settings.DEBUG in your Django setting's file. This will enable you to have debug turned off, but still disable forgery protection.

Set DJANGO_TWILIO_FORGERY_PROTECTION to True to ensure proper security, even when debug settings are on.

This will not break any previous functionality.