Daniele Esposti

Results 6 comments of Daniele Esposti

[Here](https://github.com/expobrain/python-rust-library-example/blob/master/Cargo.toml) an example of how to do it in Cargo.toml: ``` [dependencies.cpython] git = "https://github.com/dgrunwald/rust-cpython.git" default-features = false features = ["python27-sys"] ```

@seddonym got it, and yes, I'm using it probably in a different way of how it was intended. My use case is that instead of explicit all the disallowed imports...

One option to provente such kind of attack is to use tool to prevent generic [Canvas Fingerprinting](https://en.wikipedia.org/wiki/Canvas_fingerprinting), that is preventing or alerting the user about JavaScript code reading the content...

@x0uter good question, I can run some tests to check that

Hi @IgorSasovets , yes, I tested it and it still working. If you want to hide your code in a PNG you can just use my sources out of the...

@IgorSasovets I reckon the issue is that you are loading the `index.html` using the `file://` protocol which increase the restriction of what JavaScript can access. If you run `make server`...