Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luiandshoots committed Apr 4, 2024
1 parent 8a70144 commit b245347
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ <h1><b>PHOTOLIO</b></h1>
document.getElementById("mySidebar").style.display = "none";
}

const helmet = require("helmet");

app.use(
helmet({
crossOriginResourcePolicy: false,
})
);

</script>

Expand Down

0 comments on commit b245347

Please sign in to comment.