Fix of the SSRF Protection

This commit is contained in:
2026-06-27 12:43:19 +02:00
parent d76c69d836
commit 245c3c19dd
+6 -1
View File
@@ -379,7 +379,12 @@ ALLOWED_COVER_DOMAINS = {
"books.google.com",
"covers.openlibrary.org",
"images-na.ssl-images-amazon.com",
"m.media-amazon.com"
"m.media-amazon.com",
"www.isbn.de",
"covers.openlibrary.org",
"openlibrary.org",
"lobid.org",
"www.googleapis.com"
}
# Apply the configuration for general use throughout the app