Conversation

I think the issue is they add a child-src rule permitting their injected code but don't consider that browsers fall back to script-src and then default-src. I have a feeling it could be worked around by setting a no-op child-src 'self'. I don't really want to add cruft for it...