You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maven badge image is showing as broken, but the image URL loads fine in the browser.
I'm unsure why this is happening.
GH proxies images per https://help.github.com/en/github/authenticating-to-github/about-anonymized-image-urls
The old image has an approved content type: `image/svg+xml;charset=utf-8` but the whitelist doesn't include the charset attribute so I'm unsure if that's allowed.
Switched to use a PNG badge from a different provider.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# OWASP Java HTML Sanitizer
2
2
3
-
[<imgsrc="https://travis-ci.org/OWASP/java-html-sanitizer.svg">](https://travis-ci.org/OWASP/java-html-sanitizer)[](https://coveralls.io/github/OWASP/java-html-sanitizer?branch=master)[](https://bestpractices.coreinfrastructure.org/projects/2602)[](https://search.maven.org/artifact/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer)
3
+
[<imgsrc="https://travis-ci.org/OWASP/java-html-sanitizer.svg">](https://travis-ci.org/OWASP/java-html-sanitizer)[](https://coveralls.io/github/OWASP/java-html-sanitizer?branch=master)[](https://bestpractices.coreinfrastructure.org/projects/2602)[](https://search.maven.org/artifact/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer)
4
4
5
5
6
6
A fast and easy to configure HTML Sanitizer written in Java which lets
0 commit comments