From 94b19a1c261dec2309747cc6a5a88dd9cb32b91b Mon Sep 17 00:00:00 2001 From: shmyga Date: Fri, 24 May 2019 16:04:36 +0300 Subject: [PATCH] up version --- ansible/ansible.cfg | 4 +++- package.json | 2 +- src/common/haxe/ru/m/connect/js/JsConnection.hx | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 587108b..e75f79b 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -3,7 +3,9 @@ hash_behaviour = merge host_key_checking = False #callback_whitelist = profile_tasks display_skipped_hosts = False +stdout_callback = yaml +bin_ansible_callbacks = True [ssh_connection] pipelining = True -ssh_args = -o ForwardAgent=yes \ No newline at end of file +ssh_args = -o ForwardAgent=yes diff --git a/package.json b/package.json index 3e538cc..b17d597 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tankz", - "version": "0.11.1", + "version": "0.12.0", "private": true, "devDependencies": { "dateformat": "^3.0.3", diff --git a/src/common/haxe/ru/m/connect/js/JsConnection.hx b/src/common/haxe/ru/m/connect/js/JsConnection.hx index 4337dd6..539ba5b 100644 --- a/src/common/haxe/ru/m/connect/js/JsConnection.hx +++ b/src/common/haxe/ru/m/connect/js/JsConnection.hx @@ -23,7 +23,7 @@ class JsConnection extends BaseConnection { } public static function isSecured():Bool { - return Browser.location.protocol == "https"; + return Browser.location.protocol == "https:"; } private function buildSocket(host:String, port:Int):WebSocket {