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 33d4d7d commit 7fafba9Copy full SHA for 7fafba9
build.gradle
@@ -20,4 +20,11 @@ buildscript {
20
}
21
22
23
+apply plugin: 'io.spring.convention.root'
24
+
25
description = "Spring LDAP"
26
27
+nohttp {
28
+ allowlistFile = project.file("etc/nohttp/allowlist.lines")
29
+ source.exclude "buildSrc/build/**"
30
+}
etc/nohttp/allowlist.lines
@@ -0,0 +1,2 @@
1
+^http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd
2
+^http://www.w3.org/2000/svg
0 commit comments