Hi, there thank you for this great lib. just one question about CSP, Content Security Policy (CSP) , does it support csp in html head as <meta>? e.g, <meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src https://*; child-src 'none';" />