diff --git a/src/pshtt/_version.py b/src/pshtt/_version.py index de6050e0..0cb57609 100644 --- a/src/pshtt/_version.py +++ b/src/pshtt/_version.py @@ -1,2 +1,2 @@ """This file defines the version of this module.""" -__version__ = "0.6.8" +__version__ = "0.6.9" diff --git a/src/pshtt/pshtt.py b/src/pshtt/pshtt.py index 342a910c..d50647d5 100644 --- a/src/pshtt/pshtt.py +++ b/src/pshtt/pshtt.py @@ -1562,7 +1562,7 @@ def load_preload_list(): utils.debug("Fetching Chrome preload list from source...", divider=True) # Downloads the chromium preloaded domain list and sets it to a global set - file_url = "https://chromium.googlesource.com/chromium/src/net/+/master/http/transport_security_state_static.json?format=TEXT" + file_url = "https://chromium.googlesource.com/chromium/src/+/main/net/http/transport_security_state_static.json?format=TEXT" try: request = requests.get(file_url)