VMware dashboards show missing icons highlighted in yellow.
- Defect due to latest version of Chrome browsers
Release : 20.3.3 with October Patch
Component : UIM OPERATOR CONSOLE - DASHBOARDS/DESIGNER
-The following new key should be added in the wasp probe (wasp.cfg gets updated) of the operator console robot (can be added from adminconsoleapp/IM raw configuration):
Path: webapps -> operatorconsole_portlet -> custom -> uncrypted
Key: content_security_policy
Value: script-src 'self' http: https://www.example.com 'unsafe-eval' 'unsafe-inline'; script-src-elem 'self' http: https://www.example.com 'unsafe-eval' 'unsafe-inline'; script-src-attr 'self' 'unsafe-eval' 'unsafe-inline'; font-src 'self' https://www.example.com https://fonts.gstatic.com data:; object-src 'none'; base-uri 'self'; worker-src 'none'; style-src 'self' https://www.example.com 'unsafe-inline' http://fonts.googleapis.com/ data:; img-src 'self' https://www.example.com data:;
Note: In the above replace the string https://www.example.com with the appropriate CABI URL used by the customer