From 6a07147e44401c14deaccb6ae1c6bc2208951c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 10 May 2016 15:06:36 +0200 Subject: [PATCH] Disable XML interface. Some of our code assumes Eve always returns JSON. Now this assumption actually holds. --- pillar/settings.py | 1 + 1 file changed, 1 insertion(+) 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