From 2f4c1fed51fe40472de405d79f74eba500f4ce01 Mon Sep 17 00:00:00 2001 From: aptalca Date: Mon, 22 Aug 2022 09:31:02 -0400 Subject: [PATCH] remove workaround for authelia CVE-2021-32637 fixed upstream a long time ago --- root/defaults/nginx/authelia-server.conf.sample | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/root/defaults/nginx/authelia-server.conf.sample b/root/defaults/nginx/authelia-server.conf.sample index 4b6db8e..32e61d1 100644 --- a/root/defaults/nginx/authelia-server.conf.sample +++ b/root/defaults/nginx/authelia-server.conf.sample @@ -1,4 +1,4 @@ -## Version 2022/08/20 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authelia-server.conf.sample +## Version 2022/08/22 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authelia-server.conf.sample # Make sure that your authelia container is in the same user defined bridge network and is named authelia location ^~ /authelia { @@ -11,9 +11,6 @@ location ^~ /authelia { location = /authelia/api/verify { internal; - if ($request_uri ~ [^a-zA-Z0-9_+-=\!@$%&*?~.:#'\;\(\)\[\]]) { - return 401; - } set $upstream_app authelia; set $upstream_port 9091;