Skip to content
Discussion options

You must be logged in to vote

Solved — Root cause was ICON_BLACKLIST_REGEX= (empty string) in my env vars. An empty value is treated differently from an unset value: it compiles as a regex matching every input, blocking all icon fetches before any DNS/HTTP code runs. Removing the line entirely (instead of setting to empty) restored normal operation. Icons now fetch and cache correctly. Possibly worth a documentation note that this variable should be omitted entirely if not used, not set to empty.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MichaelTorfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants