From a0d0c46a176b55c4546f1e1d23b11ac39a6edb58 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 27 Oct 2021 22:39:02 +0200 Subject: [PATCH] CSP => Content Security Policy --- frontend/encore/vuejs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/vuejs.rst b/frontend/encore/vuejs.rst index 4473849be22..896c1e6de19 100644 --- a/frontend/encore/vuejs.rst +++ b/frontend/encore/vuejs.rst @@ -45,7 +45,7 @@ runtime. This means that you *can* do either of these: }); If you do *not* need this functionality (e.g. you use single file components), -then you can tell Encore to create a *smaller* and CSP-compliant build: +then you can tell Encore to create a *smaller* build following Content Security Policy: .. code-block:: javascript