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
  • Step 2: The configuration file modification page is displayed
  • vi 00-params.conf
  • Step 3: Modify the configuration and save it
  • # before modification
    set $lico_use_csp 1;
    # after modification
    set $lico_use_csp 0;
  • Step 4: Restart Nginx
  • systemctl restart nginx
  • Step 5: Return to the Web page and press F5 to refresh it