Skip to content

Commit

Permalink
Add fonts.gstatic.com
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwickenden committed Oct 7, 2023
1 parent 79eeab1 commit fca76f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sricheck/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.0"
__version__ = "1.7.1"
1 change: 1 addition & 0 deletions sricheck/sricheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def __init__(self, url):
# hosts we will ignore (in netloc format), in addition to the target URL
self.allowlisted_hosts = [
"fonts\.googleapis\.com", # does not use versioning so can't realistically use SRI
"fonts\.gstatic\.com", # does not use versioning so can't realistically use SRI
"js\.hs-scripts\.com", # does not use versioning so can't realistically use SRI
"www\.googletagmanager\.com", # does not use versioning so can't realistically use SRI
]
Expand Down

0 comments on commit fca76f6

Please sign in to comment.