8
0
Quellcode durchsuchen

Docs: Rewording s/minimal/strictest.

Aleksander Nowodzinski vor 6 Jahren
Ursprung
Commit
743c5bee63
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      docs/builds/guides/integration/csp.md

+ 2 - 2
docs/builds/guides/integration/csp.md

@@ -2,7 +2,7 @@
 # Scope:
 # * Guide developers through the Content Security Policy directives that have an impact on the editor.
 # * List the recommended Content Security Policy settings.
-# * List the minimal Content Security Policy settings.
+# * List the strictest working Content Security Policy settings.
 
 category: builds-integration
 order: 70
@@ -55,7 +55,7 @@ Some CSP directives have an impact on certain rich text editor features. Here's
 
     **Note**: Use the more strict `frame-src 'self'` if all the media in the edited content come from the same domain as your application.
 
-## Minimal configuration
+## Strictest working configuration
 
 Knowing the role of each directive, the most strict set of rules that allows CKEditor 5 to run is as follows: