Adam Williams
Adam Williams
Also seeing one of these in Google Play Services. Anyone managed to decode these?
@tofof Given the ones that I have seen seem to use valid SSL certs from Let's Encrypt, do you think crawling the CT logs is a viable way of checking...
:sob:
Any plans for addressing this in the future?
Given there's been no response in about 5 years, I suspect CSP compat. isn't a priority for the development team at all. Product idea: database of all "badly-behaving" frontend libraries...
This is something I'd personally like to see and would be happy to implement for [KICL](http://kicl.kitteh.org/en/latest/) once there's a spec. Would you see this as being specified in the STS...
> making a publicly available test server helped If only I'd known about this before I started [my work](https://github.com/KittehOrg/KittehIRCClientLib/pull/155) on STS client support... Ended up writing some very quick code...
Brilliant, seems to all be working. Apologies for derailing this issue somewhat
Something like: ``` /** @typedef {Object} json * @property {String} foo * @property {Test} test */ /** @typedef {Object} Test * @property {String} a */ ```