1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Fix external book cover download

This commit is contained in:
Krakinou 2023-12-01 21:52:09 +01:00
parent 19a3ef8348
commit 4c0d49ec6a
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@ ExecStart=/bin/sh -c '__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/cps.py'
NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
RestrictNamespaces=yes
RestrictRealtime=yes
DevicePolicy=closed

View file

@ -0,0 +1 @@
This version will fix downloading of book covers from external links.