From d8d19baad35023aca76816cebf9e87ced894c5c1 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Mon, 29 Jan 2018 16:02:39 -0800 Subject: [PATCH] :heart: Even more feedback --- docs/tutorial/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/security.md b/docs/tutorial/security.md index 2faea2e0ce77..ef46d6edfd65 100644 --- a/docs/tutorial/security.md +++ b/docs/tutorial/security.md @@ -294,7 +294,7 @@ easy way to improve your applications security. ### How? Electron respects [the `Content-Security-Policy` HTTP header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) -as well as the respective `` tag. +and the respective `` tag. The following CSP will allow Electron to execute scripts from the current website and from `apis.mydomain.com`.