Commit 1a063d73 authored by Frank Bergmann's avatar Frank Bergmann

- Implemented CSP (Content Security Policy)

parent 2b70a916
<div id="@file_tree_id@" style="height: 600px; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; "></div> <div id="@file_tree_id@" style="height: 600px; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; "></div>
<script type='text/javascript'> <script type='text/javascript' <if @::__csp_nonce@ not nil>nonce="@::__csp_nonce;literal@"</if>>
Ext.Loader.setPath('PO', '/sencha-core'); Ext.Loader.setPath('PO', '/sencha-core');
Ext.Loader.setPath('FileStorage', '/intranet-rest-fs-openacs'); Ext.Loader.setPath('FileStorage', '/intranet-rest-fs-openacs');
// Disable the ?_dc=123456789 parameter from loader // Disable the ?_dc=123456789 parameter from loader
...@@ -56,10 +56,6 @@ function launchFileTree(debug){ ...@@ -56,10 +56,6 @@ function launchFileTree(debug){
}); });
fileTreePanelController.init(this); fileTreePanelController.init(this);
xxx;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment