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:
parent
19a3ef8348
commit
4c0d49ec6a
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
1
doc/PRE_UPGRADE.d/0.96.21~ynh2.md
Normal file
1
doc/PRE_UPGRADE.d/0.96.21~ynh2.md
Normal file
|
@ -0,0 +1 @@
|
|||
This version will fix downloading of book covers from external links.
|
Loading…
Add table
Reference in a new issue