From 562407005dc2503a97c1978b1f3631da8f4b6728 Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Mon, 15 Jun 2020 13:14:50 -0700 Subject: [PATCH] Amended WordPress 5.4.2 release. The WordPress 5.4.2 release included an additional change to the way Pantheon manages protected web paths by adding the list explicitly to the pantheon.upstream.yml file. The paths listed in the new location were missing the trailing '/' character, which changed the behavior of the path matching. This amended release restores the missing trailing slashes. No changes to WordPress itself are included. --- pantheon.upstream.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pantheon.upstream.yml b/pantheon.upstream.yml index 69fab1048f..9a648d3bb7 100644 --- a/pantheon.upstream.yml +++ b/pantheon.upstream.yml @@ -10,8 +10,8 @@ enforce_https: transitional # See https://pantheon.io/docs/pantheon-yml#protected-web-paths for usage. protected_web_paths: - - /private - - /wp-content/uploads/private + - /private/ + - /wp-content/uploads/private/ - /xmlrpc.php # By default, any 'protected_web_paths' added to the pantheon.yml file