* Wed Sep 24 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-20.sme

- relaxed CSP
This commit is contained in:
2025-09-24 15:45:33 -04:00
parent 2cc45c7967
commit 61580fe3c7
2 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
<Location /BackupPC> <Location /BackupPC>
SSLRequireSSL on SSLRequireSSL on
Require ip $localAccess $externalSSLAccess Require ip $localAccess $externalSSLAccess
Header set Content-Security-Policy "script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'
</Location> </Location>
HERE HERE

View File

@@ -4,7 +4,7 @@
Name: smeserver-BackupPC Name: smeserver-BackupPC
Version: 0.2 Version: 0.2
Release: 19%{?dist} Release: 20%{?dist}
Summary: BackupPC integration into SME server Summary: BackupPC integration into SME server
Group: Applications/System Group: Applications/System
@@ -52,6 +52,9 @@ This package contains specific configuration for SME server
#---------------------------------------------------- #----------------------------------------------------
%changelog %changelog
* Wed Sep 24 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-20.sme
- relaxed CSP
* Tue Sep 23 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-19.sme * Tue Sep 23 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-19.sme
- fix /run/BackupPC instead of /var prevents service start - fix /run/BackupPC instead of /var prevents service start
- fix smanager2 display - fix smanager2 display