We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de42195 commit 8d74885Copy full SHA for 8d74885
backend/src/main/java/eu/zuinnote/example/springwebdemo/configuration/SPACspNonceFilter.java
@@ -26,7 +26,7 @@
26
import org.springframework.web.util.ContentCachingResponseWrapper;
27
28
@Component
29
-public final class SPACspNonceFilter implements Filter {
+public class SPACspNonceFilter implements Filter {
30
31
private static final String NONCE_PREFIX = "nonce-";
32
private static final int NONCE_SIZE = 64;
0 commit comments