From e9f9c8d1d14bd382ba666c1d065b4beb6bfb2e83 Mon Sep 17 00:00:00 2001 From: klings Date: Tue, 6 Jun 2017 23:01:14 +0200 Subject: [PATCH] Fixed formatting issue --- source/nwebsec/Configuring-csp.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/nwebsec/Configuring-csp.rst b/source/nwebsec/Configuring-csp.rst index 563c03b..af9633c 100644 --- a/source/nwebsec/Configuring-csp.rst +++ b/source/nwebsec/Configuring-csp.rst @@ -209,8 +209,9 @@ Script and style nonces through HtmlHelpers The :doc:`NWebsec.Mvc` package includes HtmlHelpers to add CSP 2 script and style nonces to allow inline scripts/styles. The helpers will output the complete nonce-attribute. Here is an example of usage: .. code-block:: html + @using NWebsec.Mvc.HttpHeaders.Csp - +