We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7657861 + 46c7ddb commit 8170576Copy full SHA for 8170576
1 file changed
src/routes/-worker-entry.ts
@@ -245,9 +245,13 @@ const ALLOWED_ICON_HOSTS = [
245
"apt.izzysoft.de",
246
"github.com",
247
"raw.githubusercontent.com",
248
+ "camo.githubusercontent.com",
249
"gitlab.com",
250
"codeberg.org",
251
"avatars.githubusercontent.com",
252
+ "assets-prod.sumo.prod.webservices.mozgcp.net",
253
+ "brave.com",
254
+ "play-lh.googleusercontent.com",
255
];
256
257
const ICON_CACHE_SECONDS = 7 * 24 * 60 * 60; // 7 days
0 commit comments