Skip to content

Commit

Permalink
Merge pull request kubernetes#1739 from jhadvig/OCPBUGS-48740
Browse files Browse the repository at this point in the history
OCPBUGS-48740: Add missing CSP directives
  • Loading branch information
openshift-merge-bot[bot] authored Jan 22, 2025
2 parents 9c78f03 + 943ff2d commit 61581dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enhancements/console/dynamic-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Polic
#### Key Features of `ConsolePluginCSP`

- **Directive Types**:
- The supported directive types include `DefaultSrc`, `ScriptSrc`, `StyleSrc`, `ImgSrc`, and `FontSrc`, each of which allows plugins to specify valid sources for loading different types of content.
- The supported directive types include `DefaultSrc`, `ScriptSrc`, `StyleSrc`, `ImgSrc`, `FontSrc`, `ObjectSrc` and `ConnectSrc`, each of which allows plugins to specify valid sources for loading different types of content.
- Each directive type serves different purposes, e.g., `ScriptSrc` defines valid JavaScript sources, while `ImgSrc` controls where images can be loaded from.

- **Values**:
Expand Down

0 comments on commit 61581dc

Please sign in to comment.