@@ -87,10 +87,10 @@ function {{JS_PREFIX}}_create_button(labelKey, labelDefault, onclick, labelForma | |||||
return btn; | return btn; | ||||
} | } | ||||
let {{PAGE_PREFIX}}_url_chasers = {}; | |||||
if (typeof {{PAGE_PREFIX}}_icon_status === 'undefined') { | if (typeof {{PAGE_PREFIX}}_icon_status === 'undefined') { | ||||
let {{PAGE_PREFIX}}_url_chasers = {}; | |||||
{{PAGE_PREFIX}}_screenWidth = function () { return window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth }; | {{PAGE_PREFIX}}_screenWidth = function () { return window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth }; | ||||
let {{PAGE_PREFIX}}_doc_ready = false; | let {{PAGE_PREFIX}}_doc_ready = false; | ||||
@@ -11,7 +11,7 @@ | |||||
- name: Download algo dist file | - name: Download algo dist file | ||||
get_url: | get_url: | ||||
url: https://jenkins.bubblev.org/public/releases/latest/algo/algo.zip | |||||
url: https://jenkins.bubblev.org/public/releases/algo/latest/algo.zip | |||||
dest: /tmp/algo.zip | dest: /tmp/algo.zip | ||||
checksum: sha256:{{ algo_sha256 }} | checksum: sha256:{{ algo_sha256 }} | ||||
@@ -436,8 +436,8 @@ def is_flex_domain(client_addr, server_addr, fqdns): | |||||
bubble_log.debug('is_flex_domain: returning True for: '+fqdn+' (check='+check_fqdn+')') | bubble_log.debug('is_flex_domain: returning True for: '+fqdn+' (check='+check_fqdn+')') | ||||
return True | return True | ||||
check_fqdn = check_fqdn[check_fqdn.index('.')+1:] | check_fqdn = check_fqdn[check_fqdn.index('.')+1:] | ||||
if bubble_log.isEnabledFor(DEBUG): | |||||
bubble_log.debug('is_flex_domain: (early) returning False for: '+fqdn) | |||||
# if bubble_log.isEnabledFor(DEBUG): | |||||
# bubble_log.debug('is_flex_domain: returning False for: '+fqdn) | |||||
return False | return False | ||||
@@ -299,7 +299,8 @@ def bubble_filter_response(flow, flex_flow): | |||||
if is_bubble_health_check(path): | if is_bubble_health_check(path): | ||||
health_check_response(flow) | health_check_response(flow) | ||||
else: | else: | ||||
bubble_log.info('bubble_filter_response: sending special bubble response for path: '+path) | |||||
if bubble_log.isEnabledFor(DEBUG): | |||||
bubble_log.debug('bubble_filter_response: sending special bubble response for path: '+path) | |||||
special_bubble_response(flow) | special_bubble_response(flow) | ||||
elif flex_flow and flex_flow.is_error(): | elif flex_flow and flex_flow.is_error(): | ||||
@@ -39,7 +39,7 @@ | |||||
- name: Download mitmproxy dist file | - name: Download mitmproxy dist file | ||||
get_url: | get_url: | ||||
url: https://jenkins.bubblev.org/public/releases/latest/mitmproxy/mitmproxy.zip | |||||
url: https://jenkins.bubblev.org/public/releases/mitmproxy/latest/mitmproxy.zip | |||||
dest: /tmp/mitmproxy.zip | dest: /tmp/mitmproxy.zip | ||||
checksum: sha256:{{ mitmproxy_sha256 }} | checksum: sha256:{{ mitmproxy_sha256 }} | ||||