bump: v1.11.99 #7

Merged
ange merged 10 commits from devel into staging 2025-05-03 04:24:51 +00:00
Showing only changes of commit d6458cfe4f - Show all commits

View File

@ -11,6 +11,12 @@ metadata:
more_set_headers "X-XSS-Protection: 1; mode=block";
more_set_headers "Content-Security-Policy: frame-ancestors 'self'";
if ($request_uri = /) {
more_set_headers "Cache-Control: no-cache";
}
if ($request_uri ~* ^/(config\..*\.json|i18n|home|sites|index\.html)$) {
more_set_headers "Cache-Control: no-cache, no-store, must-revalidate";
}
spec:
ingressClassName: nginx
tls: