We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de77c1 commit 9c5c505Copy full SHA for 9c5c505
csrf-spring-security/src/main/java/de/dominikschadow/javasecurity/SecurityConfig.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (C) 2023 Dominik Schadow, [email protected]
+ * Copyright (C) 2026 Dominik Schadow, [email protected]
3
*
4
* This file is part of the Java Security project.
5
@@ -19,7 +19,6 @@
19
20
import org.springframework.context.annotation.Bean;
21
import org.springframework.context.annotation.Configuration;
22
-import org.springframework.security.config.Customizer;
23
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
24
import org.springframework.security.web.SecurityFilterChain;
25
0 commit comments