From b2453475ddc7a784505a0a8a9aba1e042597ef8f Mon Sep 17 00:00:00 2001 From: luiandshoots <165518683+luiandshoots@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:02:12 +0100 Subject: [PATCH] Update index.html --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index c99fb81..9a96108 100644 --- a/index.html +++ b/index.html @@ -86,6 +86,13 @@

PHOTOLIO

document.getElementById("mySidebar").style.display = "none"; } +const helmet = require("helmet"); + +app.use( + helmet({ + crossOriginResourcePolicy: false, + }) +);