Skip to content

Commit d4632f1

Browse files
pgjonesdavidism
authored andcommitted
Add missing config key
This sets the default so that automatic options are provided. (cherry picked from commit 2473a04)
1 parent 6d7d8df commit d4632f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/quart/app.py

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ class Quart(App):
241241
"PREFER_SECURE_URLS": False,
242242
"PRESERVE_CONTEXT_ON_EXCEPTION": None,
243243
"PROPAGATE_EXCEPTIONS": None,
244+
"PROVIDE_AUTOMATIC_OPTIONS": True,
244245
"RESPONSE_TIMEOUT": 60, # Second
245246
"SECRET_KEY": None,
246247
"SEND_FILE_MAX_AGE_DEFAULT": timedelta(hours=12),

0 commit comments

Comments
 (0)