Guest User

Untitled

a guest
Oct 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. From app/firefox/views.py:
  2.  
  3. def dnt(req):
  4. res = l10n_utils.render(request, 'firefox/dnt.html')
  5. res['Vary'] = 'DNT'
  6. return res
  7.  
  8.  
  9.  
  10. From app/firefox/urls.py:
  11.  
  12. url('^firefox/dnt/$', views.dnt),
Add Comment
Please, Sign In to add comment