diff options
author | Evan Prodromou <evan@status.net> | 2010-02-11 16:59:39 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-11 16:59:39 -0500 |
commit | b96af33d978bddfa66aa893ff1d59f2d83903afa (patch) | |
tree | 68331224b792642757e4f5ba4801fd2dc6c31673 /README | |
parent | d6869cde7ba7e577d54f0c6ecab3599dc85f0f67 (diff) |
put Javascript files under SSL
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1226,6 +1226,17 @@ path: Path part of theme URLs, before the theme name. Relative to the ssl: Whether to use SSL for theme elements. Default is null, which means guess based on site SSL settings. +javascript +---------- + +server: You can speed up page loading by pointing the + theme file lookup to another server (virtual or real). + Defaults to NULL, meaning to use the site server. +path: Path part of Javascript URLs. Defaults to null, + which means to use the site path + '/js/'. +ssl: Whether to use SSL for JavaScript files. Default is null, which means + guess based on site SSL settings. + xmpp ---- |