From 04853ff19450c5925a7c9bacc11abe90e75f8510 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 5 Sep 2022 13:58:34 +0200 Subject: [proxy] complete the text content and styling of web UI pages written so far --- src/hydrilla/proxy/state_impl/concrete_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hydrilla/proxy/state_impl') diff --git a/src/hydrilla/proxy/state_impl/concrete_state.py b/src/hydrilla/proxy/state_impl/concrete_state.py index 6bc6404..4781baa 100644 --- a/src/hydrilla/proxy/state_impl/concrete_state.py +++ b/src/hydrilla/proxy/state_impl/concrete_state.py @@ -251,7 +251,7 @@ class ConcreteHaketiloState(base.HaketiloStateWithFields): def get_settings(self) -> st.HaketiloGlobalSettings: return st.HaketiloGlobalSettings( mapping_use_mode = st.MappingUseMode.AUTO, - default_allow_scripts = True, + default_allow_scripts = False, repo_refresh_seconds = 0 ) -- cgit v1.2.3