web/webconfig.py
changeset 8941 7b26fe71404f
parent 8889 be91151107f6
child 8989 8742f4bf029f
--- a/web/webconfig.py	Fri Apr 26 11:53:47 2013 +0200
+++ b/web/webconfig.py	Fri Apr 26 12:10:37 2013 +0200
@@ -170,13 +170,6 @@
           'transparent to the user. Default to 5min.',
           'group': 'web', 'level': 3,
           }),
-        ('force-html-content-type',
-         {'type' : 'yn',
-          'default': False,
-          'help': 'force text/html content type for your html pages instead of cubicweb user-agent based'\
-          'deduction of an appropriate content type',
-          'group': 'web', 'level': 3,
-          }),
         ('embed-allowed',
          {'type' : 'regexp',
           'default': None,