Skip to content

Commit 78908fc

Browse files
committed
tidy up csp doc
1 parent 1ebad55 commit 78908fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation/content-security-policy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Content Security Policy requirements and recommendations for Textpa
1212

1313
## Minimum CSP requirements for Textpattern
1414

15-
Work is underway to clarify minimum requirements for Textpattern 4.8 onwards, and considerations are made in the development process to avoid unnecessary or frivolous rules. In the interim, consider the following table as a work-in-progress for appropriate CSP rules for the Textpattern 4.7 release series using the default front side ('Four Point Seven') and administration side ('Hive') themes.
15+
Work is underway to clarify minimum requirements for Textpattern 4.8 onwards, and considerations are made in the development process to avoid unnecessary or frivolous rules. In the interim, consider the following table as a work-in-progress for appropriate CSP rules for the current Textpattern release series using the default front-side ('Four Point Eight') and administration side ('Hive') themes.
1616

1717
CSP rules for a Textpattern CMS instance will vary according to its content, HTML scaffold, use of external and/or third-party services such as a content delivery network (CDN), hosted fonts (e.g. Google Fonts), embedded content (e.g. Twitter tweets, Disqus comments etc), and any elements used by the Textpattern site, whether local or remote.
1818

@@ -37,7 +37,7 @@ These rules relate to Textpattern core and should be used as a starting point fo
3737
<tr>
3838
<th scope="row">font-src</th>
3939
<td></td>
40-
<td>Front side theme may use Google-hosted font and associated CSS.</td>
40+
<td>Front-side theme may use Google-hosted font and associated CSS.</td>
4141
</tr>
4242
<tr>
4343
<th scope="row">img-src</th>
@@ -62,7 +62,7 @@ These rules relate to Textpattern core and should be used as a starting point fo
6262
<tr>
6363
<th scope="row">style-src</th>
6464
<td></td>
65-
<td>Front side theme uses Google-hosted font and associated CSS.</td>
65+
<td>Front-side theme uses Google-hosted font and associated CSS.</td>
6666
</tr>
6767
</tbody>
6868
</table>

0 commit comments

Comments
 (0)