Disable user snippets per default (#10393)
* Disable user snippets per default * Enable snippet on tests
This commit is contained in:
parent
2d03da6334
commit
cf889c6c47
35 changed files with 494 additions and 288 deletions
|
|
@ -32,7 +32,7 @@ import (
|
|||
|
||||
const (
|
||||
fastCGIIndexAnnotation = "fastcgi-index"
|
||||
fastCGIParamsAnnotation = "fastcgi-params-configmap"
|
||||
fastCGIParamsAnnotation = "fastcgi-params-configmap" //#nosec G101
|
||||
)
|
||||
|
||||
// fast-cgi valid parameters is just a single file name (like index.php)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue