Enables ContextIsolation

This commit is contained in:
Josh Perez
2023-01-12 19:24:59 -05:00
committed by GitHub
parent 4bbf5eb5d4
commit 9374832ea4
83 changed files with 1009 additions and 1073 deletions

View File

@@ -118,22 +118,6 @@
.addEventListener('dblclick', () => window.showDebugLog());
</script>
<script type="text/javascript" src="js/components.js"></script>
<script type="text/javascript" src="ts/set_os_class.js"></script>
<script
type="text/javascript"
src="ts/manage_full_screen_class.js"
></script>
<script
type="text/javascript"
src="ts/backbone/reliable_trigger.js"
></script>
<script
type="text/javascript"
src="ts/shims/showConfirmationDialog.js"
></script>
<!--
Note: this inline script cannot be changed without also changing the hash in
the CSP at the top of this file