Chrome Unsafe Attempt To Load Url Xslt Instant

project/ ├── data.xml └── style.xslt

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="style.xslt"?> <root> <item>Hello World</item> </root> chrome unsafe attempt to load url xslt

Then open http://localhost:8000/data.xml project/ ├── data