Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't protect public files path #9457

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/content/pantheon-yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Pantheon YAML Configuration Files
description: Learn how to manage advanced site configuration
tags: [https, launch, code, workflow]
reviewed: "2022-03-16"
reviewed: "2025-02-24"
contenttype: [doc]
innav: [true]
categories: [config]
Expand Down Expand Up @@ -69,6 +69,7 @@ The `pantheon.upstream.yml` file provided by your upstream might define protecte
- Limited to 24 protected paths
- You may not be able to protect files or paths with special characters
- Wait a few seconds for changes to take effect
- Do not use this setting for the public files path (`sites/default/files` or `/wp-content/uploads`) as it would likely break site functionality related to asset loading and generation.

### Protected Web Paths Override

Expand Down