File manager fails to open in Firefox
Because each browser has some differences in CSP(Content Security Policy) support, firefox refuses to load the file manager resource because of the CSP.
- Before performing this operation, ensure that you have system management rights and have logged in to the login node of the cluster as user root.
Open the shell command window and follow these steps:
- Step 1: Back up the Ninx configuration file
cd /etc/nginx/conf.d/lico.conf.d/
cp 00-params.conf 00-params.conf.bak
vi 00-params.conf
# before modification
set $lico_use_csp 1;
# after modification
set $lico_use_csp 0;
systemctl restart nginx