Nadav Ivgi
Nadav Ivgi
Using `.html()` by default is problematic from a security point of view, it'll make the application very vulnerable to XSS attacks.
Even when those values eventually come from the server, in many cases they would be originally user-generated content. For example, a user could comment on a website, get it stored...
Also, probably more important than the XSS concern - in most cases you'll have regular text and not HTML, and it should be treated as such. Treating plain text as...
I would consider using a default logging level of `INFO` when `-v` isn't specified, increase it to `DEBUG` with one `-v` and to `VERBOSE` with two. I did something similar...
It seems to be a breaking change with very slim chances of actually breaking something. Like if someone was not using `-v` and relied on having no `STDERR` output for...
Have you considered using bitcoind's [`merkleblock` SPV proof format](https://developer.bitcoin.org/reference/p2p_networking.html#merkleblock)? If you're expecting Clients to have multiple transactions per block, it will be more compact because is can encode them together...
Did you try installing with http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/mdk3_v6-2_ar71xx.ipk?
Thanks Or, I'll look into this. Definitely looks like it could be a good solution for us. On Jan 23, 2014 4:17 PM, "Or Weinberger" [email protected] wrote: > You guys...
[master accba9c] Server-side verification of arbitrators signatures
Can you try opening from the console and see if any errors show up?