From 996fd71eee34dd3934b8ebac62a31e62f58869fa Mon Sep 17 00:00:00 2001 From: Jani Kraner Date: Thu, 14 Jun 2018 10:21:39 +0100 Subject: [PATCH] Generate updated README files --- src/components/back-link/README.md | 4 ++++ src/components/breadcrumbs/README.md | 4 ++++ src/components/button/README.md | 4 ++++ src/components/checkboxes/README.md | 4 ++++ src/components/date-input/README.md | 4 ++++ src/components/details/README.md | 4 ++++ src/components/error-message/README.md | 4 ++++ src/components/error-summary/README.md | 4 ++++ src/components/fieldset/README.md | 4 ++++ src/components/file-upload/README.md | 4 ++++ src/components/footer/README.md | 4 ++++ src/components/header/README.md | 4 ++++ src/components/hint/README.md | 4 ++++ src/components/input/README.md | 4 ++++ src/components/inset-text/README.md | 4 ++++ src/components/label/README.md | 4 ++++ src/components/panel/README.md | 4 ++++ src/components/phase-banner/README.md | 4 ++++ src/components/radios/README.md | 4 ++++ src/components/select/README.md | 4 ++++ src/components/skip-link/README.md | 4 ++++ src/components/table/README.md | 4 ++++ src/components/tag/README.md | 4 ++++ src/components/textarea/README.md | 4 ++++ src/components/warning-text/README.md | 4 ++++ 25 files changed, 100 insertions(+) diff --git a/src/components/back-link/README.md b/src/components/back-link/README.md index 39553cce38..462dec9103 100644 --- a/src/components/back-link/README.md +++ b/src/components/back-link/README.md @@ -47,6 +47,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -119,6 +121,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/breadcrumbs/README.md b/src/components/breadcrumbs/README.md index b555876ae5..9fe6e55dbc 100644 --- a/src/components/breadcrumbs/README.md +++ b/src/components/breadcrumbs/README.md @@ -228,6 +228,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -312,6 +314,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/button/README.md b/src/components/button/README.md index 3fde95897e..af981f02ec 100644 --- a/src/components/button/README.md +++ b/src/components/button/README.md @@ -164,6 +164,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -296,6 +298,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/checkboxes/README.md b/src/components/checkboxes/README.md index e90c6384e5..e3f4d06e4f 100644 --- a/src/components/checkboxes/README.md +++ b/src/components/checkboxes/README.md @@ -531,6 +531,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -759,6 +761,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/date-input/README.md b/src/components/date-input/README.md index 2edc97e2f2..32bbb479b8 100644 --- a/src/components/date-input/README.md +++ b/src/components/date-input/README.md @@ -473,6 +473,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -617,6 +619,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/details/README.md b/src/components/details/README.md index facfec9f66..990bbb06d8 100644 --- a/src/components/details/README.md +++ b/src/components/details/README.md @@ -118,6 +118,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -214,6 +216,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/error-message/README.md b/src/components/error-message/README.md index 81f8052a4b..a24d2d1a85 100644 --- a/src/components/error-message/README.md +++ b/src/components/error-message/README.md @@ -48,6 +48,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -120,6 +122,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/error-summary/README.md b/src/components/error-summary/README.md index 9bfb10f46f..eea100482b 100644 --- a/src/components/error-summary/README.md +++ b/src/components/error-summary/README.md @@ -84,6 +84,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -192,6 +194,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/fieldset/README.md b/src/components/fieldset/README.md index 078d313a51..20b4944ba6 100644 --- a/src/components/fieldset/README.md +++ b/src/components/fieldset/README.md @@ -82,6 +82,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -190,6 +192,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/file-upload/README.md b/src/components/file-upload/README.md index 177a43ab79..b3ee3012a9 100644 --- a/src/components/file-upload/README.md +++ b/src/components/file-upload/README.md @@ -189,6 +189,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -309,6 +311,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/footer/README.md b/src/components/footer/README.md index f437db84d4..aafece2266 100644 --- a/src/components/footer/README.md +++ b/src/components/footer/README.md @@ -81,6 +81,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -261,6 +263,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/header/README.md b/src/components/header/README.md index b1ff7a942a..bc06bdc39c 100644 --- a/src/components/header/README.md +++ b/src/components/header/README.md @@ -342,6 +342,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -510,6 +512,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/hint/README.md b/src/components/hint/README.md index 0c11e844ee..feb9995a2d 100644 --- a/src/components/hint/README.md +++ b/src/components/hint/README.md @@ -62,6 +62,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -134,6 +136,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/input/README.md b/src/components/input/README.md index 73f1b4f422..6e9df69483 100644 --- a/src/components/input/README.md +++ b/src/components/input/README.md @@ -261,6 +261,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -393,6 +395,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/inset-text/README.md b/src/components/inset-text/README.md index cdc6d62839..a9ea7eae47 100644 --- a/src/components/inset-text/README.md +++ b/src/components/inset-text/README.md @@ -62,6 +62,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -134,6 +136,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/label/README.md b/src/components/label/README.md index fcc0c02340..4dbaa98f0b 100644 --- a/src/components/label/README.md +++ b/src/components/label/README.md @@ -86,6 +86,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -170,6 +172,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/panel/README.md b/src/components/panel/README.md index a414af668d..237bab923a 100644 --- a/src/components/panel/README.md +++ b/src/components/panel/README.md @@ -56,6 +56,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -128,6 +130,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/phase-banner/README.md b/src/components/phase-banner/README.md index f425b7d6d0..3b7257a100 100644 --- a/src/components/phase-banner/README.md +++ b/src/components/phase-banner/README.md @@ -57,6 +57,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -129,6 +131,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/radios/README.md b/src/components/radios/README.md index 5d19cb9efe..0357e84d28 100644 --- a/src/components/radios/README.md +++ b/src/components/radios/README.md @@ -435,6 +435,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -663,6 +665,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/select/README.md b/src/components/select/README.md index d9924e2f6a..b858d73690 100644 --- a/src/components/select/README.md +++ b/src/components/select/README.md @@ -196,6 +196,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -364,6 +366,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/skip-link/README.md b/src/components/skip-link/README.md index dfe5711af7..e9b20b753f 100644 --- a/src/components/skip-link/README.md +++ b/src/components/skip-link/README.md @@ -47,6 +47,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -119,6 +121,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/table/README.md b/src/components/table/README.md index c707ee4aca..9a90993101 100644 --- a/src/components/table/README.md +++ b/src/components/table/README.md @@ -358,6 +358,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -562,6 +564,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/tag/README.md b/src/components/tag/README.md index c61c27b774..9d9115fbe3 100644 --- a/src/components/tag/README.md +++ b/src/components/tag/README.md @@ -67,6 +67,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -127,6 +129,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/textarea/README.md b/src/components/textarea/README.md index fdda7620c9..fd691ef8e1 100644 --- a/src/components/textarea/README.md +++ b/src/components/textarea/README.md @@ -183,6 +183,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -327,6 +329,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: diff --git a/src/components/warning-text/README.md b/src/components/warning-text/README.md index a335713b39..680d256fed 100644 --- a/src/components/warning-text/README.md +++ b/src/components/warning-text/README.md @@ -53,6 +53,8 @@ In order to include the images used in the components, you need to configure you If you are using Nunjucks,then macros take the following arguments +**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + @@ -125,6 +127,8 @@ If you are using Nunjucks,then macros take the following arguments
+**If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).** + ### Setting up Nunjucks views and paths Below is an example setup using express configure views: