Theme Modules: Added install helper command

Not yet tested at all, either manually or via PHPUnit
This commit is contained in:
Dan Brown
2026-02-03 20:43:01 +00:00
parent aa0a8dda11
commit 45ae03ceac
7 changed files with 498 additions and 38 deletions

View File

@@ -53,7 +53,7 @@ configured application theme.
There are some considerations to these publicly served files:
- Only a predetermined range "web safe" content-types are currently served.
- Only a predetermined range of "web safe" content-types are currently served.
- This limits running into potential insecure scenarios in serving problematic file types.
- A static 1-day cache time it set on files served from this folder.
- You can use alternative cache-breaking techniques (change of query string) upon changes if needed.