Merge pull request #7622 from Haraldson/flash-trust

Add a note on Flash permissions to Troubleshooting
This commit is contained in:
Kevin Sawicki 2016-10-24 09:16:07 +09:00 committed by GitHub
commit d3f40212db

View file

@ -78,3 +78,5 @@ Electron.
On Windows the path passed to `--ppapi-flash-path` has to use `\` as path
delimiter, using POSIX-style paths will not work.
For some operations, such as streaming media using RTMP, it is necessary to grant wider permissions to players `.swf` files. One way of accomplishing this, is to use [nw-flash-trust](https://github.com/szwacz/nw-flash-trust).