diff --git a/elm/version.py b/elm/version.py index 30843a73..480f51ac 100644 --- a/elm/version.py +++ b/elm/version.py @@ -2,4 +2,4 @@ ELM version number """ -__version__ = "0.0.26" +__version__ = "0.0.27" diff --git a/elm/web/utilities.py b/elm/web/utilities.py index 9cde5594..f7dd58c9 100644 --- a/elm/web/utilities.py +++ b/elm/web/utilities.py @@ -34,7 +34,7 @@ _BT_RENAME = {"chromium": "Chrome", "firefox": "Firefox", "webkit": "Safari"} # block pages by resource type. e.g. image, stylesheet -BLOCK_RESOURCE_TYPES = [ +BLOCK_RESOURCE_TYPES = { "beacon", "csp_report", "font", @@ -48,7 +48,7 @@ # 'stylesheet', # 'script', # 'xhr', -] +} # block popular 3rd party resources like tracking and advertisements. BLOCK_RESOURCE_NAMES = [ "adzerk", @@ -58,7 +58,6 @@ "exelator", "facebook", "fontawesome", - "google", "google-analytics", "googletagmanager", "lit.connatix", # <- not sure about this one