Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make the web ui more to chrome's liking
chrome does not like setting innerHTML, because it might be vulnerable to injection, but since we don't add user controlled data, we're fine require-trusted-types-for 'script'; trusted-types default; needs adding to Content-Security-Policty, see: https://stackoverflow.com/questions/62810553
- Loading branch information