CMS
CMS copied to clipboard
URI Too Long if i we have a file encoded in base64 in a stylesheet
Hi, i tried to minimize my font in base64 and an error occured, to fix it, i had to add in CssMinify.cs : Line 41 :
if(m.Value.Contains("base64")) return m.Value;
another way is to change the regex on url in Minify function .
Thanks