Content Security Policy (CSP) Improvements.
This commit is contained in:
@@ -27,10 +27,10 @@ if (!$API->checkPermissions('servers', 'RO', true)) {
|
||||
# Page functions
|
||||
|
||||
# JS Scripts to load for this page
|
||||
$jsScriptLoadData['delete_confirmation'] = true;
|
||||
$jsScriptLoadData['breadCrumbs'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/delete_confirmation.js'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/breadCrumbs.js'] = true;
|
||||
$jsScriptLoadData['codeblocks'] = true;
|
||||
$jsScriptLoadData['serverView'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/serverView.js'] = true;
|
||||
|
||||
# PageClasses Setup
|
||||
$pageNavbar = new pageNavbar(true);
|
||||
|
||||
Reference in New Issue
Block a user