From d06b1dda14f185033f01624310ecc597176a1a1a Mon Sep 17 00:00:00 2001 From: Olivier <16240457+TiTidom-RC@users.noreply.github.com> Date: Sun, 10 May 2026 12:14:17 +0200 Subject: [PATCH] Use Apache 2.4 directives; bump plugin version Replace legacy Order/Deny/Allow directives with Apache 2.4 'Require' syntax in core/class/.htaccess and plugin_info/.htaccess (allow listed static file types, deny everything else). Also update plugin_info/info.json to bump pluginVersion from 3.4.5 to 3.4.6 for this release/compatibility update. --- core/class/.htaccess | 3 +-- plugin_info/.htaccess | 5 ++--- plugin_info/info.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/core/class/.htaccess b/core/class/.htaccess index cb24fd7f..b66e8088 100644 --- a/core/class/.htaccess +++ b/core/class/.htaccess @@ -1,2 +1 @@ -Order allow,deny -Deny from all +Require all denied diff --git a/plugin_info/.htaccess b/plugin_info/.htaccess index ccc3363a..abb7a758 100644 --- a/plugin_info/.htaccess +++ b/plugin_info/.htaccess @@ -1,5 +1,4 @@ -Order allow,deny - allow from all + Require all granted -Deny from all \ No newline at end of file +Require all denied \ No newline at end of file diff --git a/plugin_info/info.json b/plugin_info/info.json index 8c9aba4b..c2a475f8 100644 --- a/plugin_info/info.json +++ b/plugin_info/info.json @@ -1,7 +1,7 @@ { "id": "Monitoring", "name": "Monitoring", - "pluginVersion": "3.4.5", + "pluginVersion": "3.4.6", "description": { "fr_FR": "Plugin pour surveiller vos systèmes Linux, NAS (Synology, QNAP, Medion), Proxmox, LXC et routeurs ASUS-WRT (locaux ou distants via SSH) : distribution, uptime, charge système, RAM, swap, disques, réseau, CPU, températures et commandes personnalisées.", "en_US": "Plugin to monitor your Linux systems, NAS (Synology, QNAP, Medion), Proxmox, LXC and ASUS-WRT routers (local or remote via SSH): distribution, uptime, system load, RAM, swap, disks, network, CPU, temperatures and custom commands.",