]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
option to redirect to https url for login, option ENABLE_LOGIN_SSL (fixes some non...
[tt-rss.git] / config.php-dist
index 309af2da9d939f2d8ce6ff9f0dc9d1d71dbaf1bd..446038110e6fcc0b49557628f47fc67877c4e763 100644 (file)
@@ -54,4 +54,7 @@
        define('GLOBAL_ENABLE_LABELS', false);
        // Labels are a security risk, so this option can globally disable them for all users.
 
+       define('ENABLE_LOGIN_SSL', false);
+       // Redirect to SSL url for login
+
 ?>