couple of new lang strings for new reverse_proxy setting

This commit is contained in:
Andy Miller
2016-01-08 16:35:56 -07:00
parent 5410aaa054
commit beb01589eb

View File

@@ -472,3 +472,5 @@ PLUGIN_ADMIN:
SESSION_SECURE_HELP: "If true, indicates that communication for this cookie must be over an encrypted transmission. WARNING: Enable this only on sites that run exclusively on HTTPS"
SESSION_HTTPONLY: "HTTP Only"
SESSION_HTTPONLY_HELP: "If true, indicates that cookies should be used only over HTTP, and JavaScript modification is not allowed"
REVERSE_PROXY: "Reverse Proxy"
REVERSE_PROXY_HELP: "Enable this if you are behind a reverse proxy and you are having trouble with URLs containing incorrect ports"