diff --git a/waitlist/utility/config.py b/waitlist/utility/config.py index b0e0d54e..c9e926d0 100644 --- a/waitlist/utility/config.py +++ b/waitlist/utility/config.py @@ -93,8 +93,8 @@ def set_if_not_exists(self, section, option, value): if not config.has_section("fittools"): config.add_section("fittools") config.set_if_not_exists("fittools", "stats_enabled", "True") -config.set_if_not_exists("fittools", "stats_uri", "https://quiescens.duckdns.org/wl/ext/wl_external.js") -config.set_if_not_exists("fittools", "stats_sri", "sha384-VonGhMELp1YLVgnJJMq2NqUOpRjhV7nUpiATMsrK5TIMrYQuGUaUPUZlQIInhGc5") +config.set_if_not_exists("fittools", "stats_uri", "https://quiescens.duckdns.org/wl/ext/wl_external.min.js") +config.set_if_not_exists("fittools", "stats_sri", "") if not config.has_section("overview"): config.add_section("overview")