Fossil SCM
Added the safe-html setting to the CONFIGSET_SKIN, per discussion at [https://fossil-scm.org/forum/forumpost/23192a5642|/forumpost/23192a5642].
Commit
333520ab541b24ce822ed12d60074cafcfd255ed59ffaf230e6b85ec093e44eb
Parent
689b7f6d5d6795c…
1 file changed
+1
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -114,10 +114,11 @@ | ||
| 114 | 114 | { "default-csp", CONFIGSET_SKIN }, |
| 115 | 115 | { "sitemap-docidx", CONFIGSET_SKIN }, |
| 116 | 116 | { "sitemap-download", CONFIGSET_SKIN }, |
| 117 | 117 | { "sitemap-license", CONFIGSET_SKIN }, |
| 118 | 118 | { "sitemap-contact", CONFIGSET_SKIN }, |
| 119 | + { "safe-html", CONFIGSET_SKIN }, | |
| 119 | 120 | |
| 120 | 121 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 121 | 122 | { "th1-docs", CONFIGSET_TH1 }, |
| 122 | 123 | #endif |
| 123 | 124 | #ifdef FOSSIL_ENABLE_TH1_HOOKS |
| 124 | 125 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -114,10 +114,11 @@ | |
| 114 | { "default-csp", CONFIGSET_SKIN }, |
| 115 | { "sitemap-docidx", CONFIGSET_SKIN }, |
| 116 | { "sitemap-download", CONFIGSET_SKIN }, |
| 117 | { "sitemap-license", CONFIGSET_SKIN }, |
| 118 | { "sitemap-contact", CONFIGSET_SKIN }, |
| 119 | |
| 120 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 121 | { "th1-docs", CONFIGSET_TH1 }, |
| 122 | #endif |
| 123 | #ifdef FOSSIL_ENABLE_TH1_HOOKS |
| 124 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -114,10 +114,11 @@ | |
| 114 | { "default-csp", CONFIGSET_SKIN }, |
| 115 | { "sitemap-docidx", CONFIGSET_SKIN }, |
| 116 | { "sitemap-download", CONFIGSET_SKIN }, |
| 117 | { "sitemap-license", CONFIGSET_SKIN }, |
| 118 | { "sitemap-contact", CONFIGSET_SKIN }, |
| 119 | { "safe-html", CONFIGSET_SKIN }, |
| 120 | |
| 121 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 122 | { "th1-docs", CONFIGSET_TH1 }, |
| 123 | #endif |
| 124 | #ifdef FOSSIL_ENABLE_TH1_HOOKS |
| 125 |