From 7bc296a6b24d4e6303c21dde2d885c16b3cc8d93 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Tue, 23 Jan 2018 09:01:31 -0500 Subject: [PATCH] fixes bug 1430786 - remove /api/GraphicsDevices/ endpoint --- webapp-django/crashstats/api/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp-django/crashstats/api/views.py b/webapp-django/crashstats/api/views.py index f0565e6c41..dfc9cef9e2 100644 --- a/webapp-django/crashstats/api/views.py +++ b/webapp-django/crashstats/api/views.py @@ -127,6 +127,7 @@ def clean(self): # because it's very sensitive and we don't want to expose it 'Query', # because it's an internal thing only + 'GraphicsDevices', 'GraphicsReport', 'Priorityjob', )