From 1eece7ada006dc3c488cdd6639f1e55268a12108 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 13:45:06 -0400 Subject: [PATCH] docs: remove X-Content-Security-Policy header in quick-start.md (#34318) reference: Note: It is known that having both Content-Security-Policy and X-Content-Security-Policy or X-Webkit-CSP causes unexpected behaviours on certain versions of browsers. Please avoid using deprecated X-* headers. https://content-security-policy.com/ also: https://github.com/electron/electron-quick-start/commit/1ad18486ed9be39612fdfe7b8fe265e602846ab3 Co-authored-by: Letu Ren --- docs/tutorial/quick-start.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index d7252ac16bfdc..2ae1831a9e580 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -131,7 +131,6 @@ folder of your project: - Hello World! @@ -427,7 +426,6 @@ window.addEventListener('DOMContentLoaded', () => { - Hello World!