Replace disable_require_employee_https with a feature flag

This commit is contained in:
Jordan Milne
2014-08-15 13:25:02 -03:00
committed by Neil Williams
parent 4dbf7cb2cf
commit 25a890d8ed
4 changed files with 9 additions and 6 deletions

View File

@@ -129,7 +129,6 @@ disable_ads = false
disable_captcha = false
disable_ratelimit = false
disable_require_admin_otp = false
disable_require_employee_https = false
disable_wiki = false
@@ -672,4 +671,8 @@ cflag_lower_bound = 0.4
cflag_upper_bound = 0.6
feature_search_auto_restrict_sr = off
# Availability for the "force HTTPS" option
feature_allow_force_https = {"employee": true}
# Who is required to use HTTPS?
feature_require_https = off