Skip to content

Commit

Permalink
Merge pull request #101 from collective/erral-fonts-not-set-cookie
Browse files Browse the repository at this point in the history
add common font formats to the list of extensions where cookies should be unset
  • Loading branch information
mauritsvanrees authored Oct 21, 2024
2 parents 7de2c56 + 799fa3e commit b215492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/recipe/varnish/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"""

COOKIE_PASS_DEFAULT = """\
"auth_token|__ac(|_(name|password|persistent))=":"\.(js|css|kss)$"
"auth_token|__ac(|_(name|password|persistent))=":"\.(js|css|woff|woff2)$"
""" # noqa: W605
COOKIE_PASS_RE = re.compile('"(.*)":"(.*)"')
COOKIE_PASS_NOT_EXCLUDE_DEFAULT = "/\\+\\+resource\\+\\+zmi/"
Expand Down

0 comments on commit b215492

Please sign in to comment.