Skip to content

Commit

Permalink
Try to fix SAM probe on modules in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayblanc committed Feb 7, 2025
1 parent d9c4915 commit 1609687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# default configuration - won't be overridden

org.owasp.csrfguard.Enabled = true
org.owasp.csrfguard.DisabledForGuest = true
org.owasp.csrfguard.EnableForGuest = false
org.owasp.csrfguard.TokenPerPage = false
2 changes: 1 addition & 1 deletion tests/provisioning-manifest-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
password: ${env:NEXUS_PASSWORD}

- installBundle:
- 'mvn:org.jahia.test/dummy-csrf-test-module'
- 'mvn:org.jahia.modules/jahia-csrf-guard'
- 'mvn:org.jahia.test/jahia-csrf-guard-test-module'
autoStart: true
uninstallPreviousVersion: true

0 comments on commit 1609687

Please sign in to comment.