From e61eb4dbceddd901a4da82e140b615e0a2df36a2 Mon Sep 17 00:00:00 2001 From: kazu-li Date: Thu, 13 Nov 2025 08:20:17 +0300 Subject: [PATCH] fix: add CSP for GitHub avatars This commit adds the necessary CSP rule to allow loading avatars from GitHub. --- .yfm | 1 + 1 file changed, 1 insertion(+) diff --git a/.yfm b/.yfm index ccd2e407..544a81ff 100644 --- a/.yfm +++ b/.yfm @@ -23,6 +23,7 @@ resources: - "img-src": - "data:" - "https://storage.yandexcloud.net" + - "https://avatars.githubusercontent.com" - "style-src": - "fonts.googleapis.com"