flexie icon indicating copy to clipboard operation
flexie copied to clipboard

This is a fix for issue #40 (Chrome ADBlock plugin causing 404 not found error with Flexie)

Open aylacullen opened this issue 11 years ago • 0 comments

Issue #40: https://github.com/doctyper/flexie/issues/40

Contains fix for 'GET http://domain.com/data:text/css, 404 (Not Found)' error generated by Flexie. This is caused by the ADBlock plugin in Chrome; it inserts 'data:text/css' into the code, which Flexie sees and attempts to parse, resulting in an error. Fix simply tells the code to ignore 'data:text/css'.

aylacullen avatar Jul 23 '12 05:07 aylacullen