Minify CSS is adding duplicated http
-
I have a data url that is url encoded, and for some reason when I turn FVM on, it changes the code to have a duplicated http in front of it.
Here’s part of the original:
%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg
And here’s what it turned into after I enable FVM:
%22%20xmlns%3D%22http%3Ahttp://www.w3.org/2000/svg
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Minify CSS is adding duplicated http’ is closed to new replies.