Hi there
We've installed the latest zabbix (5.0.3) and are having a problem with the front end (admin panel)
Some functionality does not work and we think it is down to the fact that jsloader is being blocked when it tries to load all the scripts:
This is the what it tries to load:
Removing some of the js files makes it work. These are the only files it will work with
The following files cause it to break. Loading them individually works (i.e. they're not blocked by the firewall). It's just loading them via jsloader.php doesn't work. Our firewall sees it as a "known attack vector".
class.cverticalaccordion.js
class.crangecontrol.js
class.csvggraph.js
class.cclock.js
class.cnavtree.js
class.mapWidget.js
class.svg.canvas.js
class.svg.map.js
Any ideas? I'm thinking of just trying to load each one individually in the head of php file so that we don't get the error but I'm not sure that will provide zabbix the functionality it needs.
We've installed the latest zabbix (5.0.3) and are having a problem with the front end (admin panel)
Some functionality does not work and we think it is down to the fact that jsloader is being blocked when it tries to load all the scripts:
This is the what it tries to load:
Removing some of the js files makes it work. These are the only files it will work with
The following files cause it to break. Loading them individually works (i.e. they're not blocked by the firewall). It's just loading them via jsloader.php doesn't work. Our firewall sees it as a "known attack vector".
class.cverticalaccordion.js
class.crangecontrol.js
class.csvggraph.js
class.cclock.js
class.cnavtree.js
class.mapWidget.js
class.svg.canvas.js
class.svg.map.js
Any ideas? I'm thinking of just trying to load each one individually in the head of php file so that we don't get the error but I'm not sure that will provide zabbix the functionality it needs.
Comment