minor improvements

This commit is contained in:
msramalho
2025-06-11 16:51:42 +01:00
parent b60469767a
commit cd19181d8f
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -38,4 +38,5 @@ docs/source/modules/autogen/
scripts/settings_page.html
scripts/settings/src/schema.json
.vite
downloaded_files
downloaded_files
latest_logs

View File

@@ -113,6 +113,8 @@ def is_relevant_url(url: str) -> bool:
# reddit
("styles.redditmedia.com",), # opinionated but excludes may irrelevant images like avatars and banners
("emoji.redditmedia.com",),
# linkedin
("static.licdn.com",),
]
# TODO: make these globally configurable