Add .woff2 to BrowsableFileExtensions
(cherry picked from commit 23b03f408e)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
0ecb613b4a
commit
caa4ca510e
@@ -19,7 +19,7 @@ public class UmbracoPluginSettings
|
||||
".css", // styles
|
||||
".js", // scripts
|
||||
".jpg", ".jpeg", ".gif", ".png", ".svg", // images
|
||||
".eot", ".ttf", ".woff", // fonts
|
||||
".eot", ".ttf", ".woff", ".woff2", // fonts
|
||||
".xml", ".json", ".config", // configurations
|
||||
".lic", // license
|
||||
".map", // js map files
|
||||
|
||||
Reference in New Issue
Block a user