publik: enable mellon passive authentication on services.js (#45508)

This commit is contained in:
Frédéric Péters 2020-07-27 21:38:57 +02:00
parent 8828b94050
commit 685ad0376c
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ def services_js(request, *args, **kwargs):
['var %s = %s;' % (x[0], json.dumps(x[1])) for x in response_vars.items()])
return HttpResponse(response_body, content_type='text/javascript')
services_js.mellon_no_passive = True
services_js.mellon_no_passive = False