diff options
-rw-r--r-- | mediagoblin/config_spec.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 7acc72c2..0a8da73e 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -82,7 +82,6 @@ celery_setup_elsewhere = boolean(default=False) # their media entries -- This is useful if you want to provide the # source files for a media file but can also be a HUGE security risk. allow_attachments = boolean(default=False) -allow_subtitles = boolean(default=True) # Cookie stuff csrf_cookie_name = string(default='mediagoblin_csrftoken') |