diff --git a/changedetectionio/forms.py b/changedetectionio/forms.py index d864630539e..9f72a748cd0 100644 --- a/changedetectionio/forms.py +++ b/changedetectionio/forms.py @@ -43,6 +43,7 @@ 'PUT', 'PATCH', 'DELETE', + 'OPTIONS', } default_method = 'GET'