Content Security Policy (CSP) Improvements.
This commit is contained in:
@@ -24,11 +24,11 @@ if (!$API->checkPermissions('admin-access-admins', 'RW', true)) {
|
||||
|
||||
# JS Scripts to load for this page
|
||||
$jsScriptLoadData['form'] = true;
|
||||
$jsScriptLoadData['Generatepassword'] = true;
|
||||
$jsScriptLoadData['passwordGenOnLoad'] = true;
|
||||
$jsScriptLoadData['passwordShowHide'] = true;
|
||||
$jsScriptLoadData['passwordRegen'] = true;
|
||||
$jsScriptLoadData['breadCrumbs'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/Generatepassword.js'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/passwordGenOnLoad.js'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/passwordShowHide.js'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/passwordRegen.js'] = true;
|
||||
$jsScriptLoadData['/src/js/sentri/breadCrumbs.js'] = true;
|
||||
|
||||
# PageClasses Setup
|
||||
$pageNavbar = new pageNavbar(true);
|
||||
|
||||
Reference in New Issue
Block a user