Content Security Policy (CSP) Improvements.
This commit is contained in:
@@ -102,10 +102,10 @@ function render_template_controls($template_uuid, $device_uuid, $default_templat
|
||||
}
|
||||
|
||||
# JS Scripts to load for this page
|
||||
$jsScriptLoadData['delete_confirmation'][] = true;
|
||||
$jsScriptLoadData['load_dropzone'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/delete_confirmation.js'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/load_dropzone.js'] = true;
|
||||
$jsScriptLoadData['form'][] = true;
|
||||
$jsScriptLoadData['breadCrumbs'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/breadCrumbs.js'] = true;
|
||||
|
||||
# PageClasses Setup
|
||||
$pageNavbar = new pageNavbar(true);
|
||||
|
||||
Reference in New Issue
Block a user