Skip to content

Commit

Permalink
QA-15227 : fix multi domain validation (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgriffon authored Oct 7, 2024
1 parent 9ba9539 commit 41e1241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/csrfguard.template.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ if (owaspCSRFGuardScriptHasLoaded !== true) {
return true;
}
}
// In case none of the domain matches, return false
return false;
}

/* check exact or subdomain match */
Expand Down

0 comments on commit 41e1241

Please sign in to comment.