ferreiraklet/airixss

Running airix local files html

Closed this issue · 2 comments

Is possible airixss running peer example echo "file:///home/file.html" | airixss -p "confirm(1)" ?

Oh hey Marcio
No, you cant use the file:// wrapper,
However, what you can do is start a simple server, or apache server, and do whatever you want
Example: use apache2
Example: use python3 -m http.server port

thankyou