Skip to content

Commit

Permalink
chg: re-enable fetching favicons by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jul 22, 2024
1 parent 3d7e493 commit 8685cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lacuscore/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class CaptureSettings(BaseModel):
color_scheme: str | None = None
viewport: dict[str, int] | None = None
referer: str | None = None
with_favicon: bool = False
with_favicon: bool = True
allow_tracking: bool = False
force: bool = False
recapture_interval: int = 300
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lacuscore"
version = "1.10.6"
version = "1.10.7"
description = "Core of Lacus, usable as a module"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 8685cac

Please sign in to comment.