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, + }) +);