diff --git a/pillar/settings.py b/pillar/settings.py index 8281b009..b0073d44 100644 --- a/pillar/settings.py +++ b/pillar/settings.py @@ -798,3 +798,4 @@ UPSET_ON_PUT = False # do not create new document on PUT of non-existant URL. X_DOMAINS = '*' X_ALLOW_CREDENTIALS = True X_HEADERS = 'Authorization' +XML = False