You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/bridge/main.go
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,6 @@ func main() {
156
156
fPluginProxy:=fs.String("plugin-proxy", "", "Defines various service types to which will console proxy plugins requests. (JSON as string)")
157
157
fI18NamespacesFlags:=fs.String("i18n-namespaces", "", "List of namespaces separated by comma. Example --i18n-namespaces=plugin__acm,plugin__kubevirt")
158
158
159
-
fContentSecurityPolicyEnabled:=fs.Bool("content-security-policy-enabled", true, "Flag to indicate if Content Secrity Policy features should be enabled.")
160
159
consoleCSPFlags:= serverconfig.MultiKeyValue{}
161
160
fs.Var(&consoleCSPFlags, "content-security-policy", "List of CSP directives that are enabled for the console. Each entry consist of csp-directive-name as a key and csp-directive-value as a value. Example --content-security-policy script-src='localhost:9000',font-src='localhost:9001'")
0 commit comments