Fossil SCM
Fix typo in defcsp.md: DSP --> CSP
Commit
9ce4dd0db25b758dea6d12b9775ba82844151eb729080c6e126f89e18419bb2d
Parent
54cdf297fde6a27…
1 file changed
+1
-1
+1
-1
| --- www/defcsp.md | ||
| +++ www/defcsp.md | ||
| @@ -30,11 +30,11 @@ | ||
| 30 | 30 | style-src 'self' 'unsafe-inline'; |
| 31 | 31 | img-src * data:; |
| 32 | 32 | </pre> |
| 33 | 33 | |
| 34 | 34 | The default is recommended for most installations. However, |
| 35 | -the site administrators can overwrite this default DSP using the | |
| 35 | +the site administrators can overwrite this default CSP using the | |
| 36 | 36 | [default-csp setting](/help?cmd=default-csp). For example, |
| 37 | 37 | CSP restrictions can be completely disabled by setting the default-csp to: |
| 38 | 38 | |
| 39 | 39 | <pre> |
| 40 | 40 | default-src *; |
| 41 | 41 |
| --- www/defcsp.md | |
| +++ www/defcsp.md | |
| @@ -30,11 +30,11 @@ | |
| 30 | style-src 'self' 'unsafe-inline'; |
| 31 | img-src * data:; |
| 32 | </pre> |
| 33 | |
| 34 | The default is recommended for most installations. However, |
| 35 | the site administrators can overwrite this default DSP using the |
| 36 | [default-csp setting](/help?cmd=default-csp). For example, |
| 37 | CSP restrictions can be completely disabled by setting the default-csp to: |
| 38 | |
| 39 | <pre> |
| 40 | default-src *; |
| 41 |
| --- www/defcsp.md | |
| +++ www/defcsp.md | |
| @@ -30,11 +30,11 @@ | |
| 30 | style-src 'self' 'unsafe-inline'; |
| 31 | img-src * data:; |
| 32 | </pre> |
| 33 | |
| 34 | The default is recommended for most installations. However, |
| 35 | the site administrators can overwrite this default CSP using the |
| 36 | [default-csp setting](/help?cmd=default-csp). For example, |
| 37 | CSP restrictions can be completely disabled by setting the default-csp to: |
| 38 | |
| 39 | <pre> |
| 40 | default-src *; |
| 41 |