Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 6cd751e

Browse files
committed
Merge pull request #25 from paxtonhare/add_woff2
adding woff2 and otf as a default binary types
2 parents 5463f66 + 0e2b06e commit 6cd751e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/marklogic/client/modulesloader/xcc/DefaultDocumentFormatGetter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public class DefaultDocumentFormatGetter implements DocumentFormatGetter, FormatGetter {
1515

1616
public final static String[] DEFAULT_BINARY_EXTENSIONS = new String[] { ".swf", ".jpeg", ".jpg", ".png", ".gif",
17-
".svg", ".ttf", ".eot", ".woff", ".cur", ".ico" };
17+
".svg", ".ttf", ".eot", ".woff", ".woff2", ".otf", ".cur", ".ico" };
1818

1919
private List<String> binaryExtensions = new ArrayList<String>();
2020

0 commit comments

Comments
 (0)