Rename external directory to third-party.

This commit is contained in:
Juliusz Chroboczek
2024-11-16 18:12:15 +01:00
parent 7ed23b1eb8
commit ee4174a4d6
26 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ func makeCachable(w http.ResponseWriter, p string, fi os.FileInfo, cachable bool
}
cc := normalCacheControl
if strings.HasPrefix(p, "/external/") {
if strings.HasPrefix(p, "/third-party/") {
cc = veryCachableCacheControl
}