Https handling

This commit is contained in:
2015-11-24 19:30:53 +08:00
parent 86605da37a
commit 3b898d0a63
5 changed files with 38 additions and 1 deletions

View File

@@ -6,3 +6,6 @@ System.Global.debug;
/** @type {Boolean} */
System.Global.IE;
/** @type {Boolean} */
System.Global.SECURE_HTTP;

View File

@@ -7,3 +7,5 @@ System.utils.objGetProp;
System.utils.objSearch;
/** @type {Function} */
System.utils.objMap;
/** @type {Function} */
System.utils.siteProto;