Skip to content

Commit

Permalink
Update testCode.js
Browse files Browse the repository at this point in the history
  • Loading branch information
UiANick authored Aug 2, 2023
1 parent 60fccd7 commit c24d9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testFolder/testCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function uploadFile(file: File) {

// Unvalidated redirects and forwards
function redirectUser(url: string) {
window.location.href = url;
window.location.href = url; // nosemgrep dette er ikke en reel fare
}

// Insecure cross-origin resource sharing (CORS) configuration
Expand Down

0 comments on commit c24d9fa

Please sign in to comment.