Skip to content

Commit

Permalink
Merge pull request #158 from companieshouse/feature/add-csrf-protection
Browse files Browse the repository at this point in the history
Add CSRF Protection
  • Loading branch information
hepsimo authored Oct 21, 2024
2 parents 4c09b65 + 75d94dc commit 7dfdf26
Show file tree
Hide file tree
Showing 27 changed files with 558 additions and 69 deletions.
3 changes: 3 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"target": "minor"
}
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "0.2.0",
"configurations": [

{
"type": "node",
"request": "attach",
Expand All @@ -9,7 +10,7 @@
"port": 9229,
"restart": true,
"sourceMaps": true,
"remoteRoot": "/opt",
"remoteRoot": "/app",
"localRoot": "${workspaceFolder}",
"resolveSourceMapLocations": [
"${workspaceFolder}/**",
Expand Down
Loading

0 comments on commit 7dfdf26

Please sign in to comment.