From 81edfd9e1a6af5aae2007715424fe216f56ef10e Mon Sep 17 00:00:00 2001 From: luiandshoots <165518683+luiandshoots@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:05:12 +0100 Subject: [PATCH] Update index.html --- index.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/index.html b/index.html index 9a96108..f8ffa63 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

PHOTOLIO

- +
@@ -86,14 +86,6 @@

PHOTOLIO

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