2019-08-30 01:33:56
I'd rather have the knobs than not. At least then I have a coherent place to put the PID control if needed.
Fireduck
2019-08-30 20:34:48
*https://github.com/snowblossomcoin/channels/compare/e57186490b78...095995ea624f*
https://github.com/snowblossomcoin/channels/commit/1e10874f7f182ef8a6c7aac8a03090855ebf123e - Channel peering test passing
https://github.com/snowblossomcoin/channels/commit/095995ea624f798975cbf66c3358efd4aa0286cd - Locking down timeing of channel startup
GitHub
2019-08-30 20:41:57
*https://github.com/snowblossomcoin/channels/compare/095995ea624f...f22773330c0e*
https://github.com/snowblossomcoin/channels/commit/f22773330c0e7a8cdfbc0f675086b8cdcc3ce5d4 - import cleanup
GitHub
2019-08-30 20:53:56
*https://github.com/snowblossomcoin/channels/compare/f22773330c0e...2cb49b5f4dad*
https://github.com/snowblossomcoin/channels/commit/2cb49b5f4dadedaba4fbcfa7680e20b4e4f81189 - Made DHT test more tolerant of errors
GitHub
2019-08-30 21:22:40
sounds scary
Rotonen
2019-08-30 21:48:21
DHT is basically made of stray cats, which move a lot, thus errors
Fireduck
2019-08-30 21:49:07
The test is just asserting that 70% of the puts and gets work
Fireduck
2019-08-30 21:49:15
but really, peers will be able to find each other at 10%
Fireduck
2019-08-30 21:49:35
and it is mostly the unit tests nodes themselves causing chaos that make it lower than 100%
Fireduck
2019-08-30 21:49:55
If anyone can answer this, that would be grand: https://stackoverflow.com/questions/57733545/how-to-safely-host-many-sites-on-a-single-hostname-with-xss-protection I am building a distributed sharing protocol and part of it will be an HTTP/HTTPs proxy that users will run. The proxy will allow them to access various sites written by other users. The proxy will
Fireduck
2019-08-30 22:08:42
carefully read `7.1.7`
https://www.w3.org/TR/cors/#generic-cross-origin-request-algorithms
Rotonen
2019-08-30 22:09:01
see also
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a frame, iframe, embed or object. Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites.
Rotonen
2019-08-30 22:09:22
and here is your new religious community
https://www.owasp.org/index.php/Main_Page
Rotonen