MarcGiffing / wicket-spring-boot

Spring Boot starter for Apache Wicket
152 stars 62 forks source link

allow to disable CSRF #197

Closed reiern70 closed 1 year ago

MarcGiffing commented 1 year ago

Hey, thanks for the PR but the Configuration class is already annotated with: @ConditionalOnProperty(prefix = CsrfAttacksPreventionProperties.PROPERTY_PREFIX, value = "enabled", matchIfMissing = true) So it can be disabled. The default is, that the Configuration is enabled.