Project

General

Profile

Feature #34

Updated by koszko about 2 years ago

There are some possible pathological cases like `<script>` <script> before `<head>`. <head>. We should make sure CSP `<meta>` <meta> tag we injects works for all corner cases.

Keep in mind we also have another script-blocking mechanisms employed simultaneously, so this is not as bad as it might seem.

Back