Make uploads resources protected (#7456)

#### What type of PR is this?

/kind improvement
/area core
/milestone 2.21.x

#### What this PR does / why we need it:

This PR removes `/uploads/**` from static resources to make it protected by Halo security.

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/7466/head
John Niang 2025-05-22 11:03:59 +08:00 committed by GitHub
parent b309bc532b
commit 79a4386c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ public class WebServerSecurityConfig {
"/uc/assets/**",
"/themes/{themeName}/assets/{*resourcePaths}",
"/plugins/{pluginName}/assets/**",
"/upload/**",
"/webjars/**",
"/js/**",
"/styles/**",