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 3ebbe32 commit 19259d4Copy full SHA for 19259d4
build.gradle
@@ -21,4 +21,11 @@ buildscript {
21
}
22
23
24
+apply plugin: 'io.spring.convention.root'
25
+
26
description = "Spring LDAP"
27
28
+nohttp {
29
+ allowlistFile = project.file("etc/nohttp/allowlist.lines")
30
+ source.exclude "buildSrc/build/**"
31
+}
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