html - OBIEE 12.2.1.2 No Image-Prompts in Chrome - IE works fine -


all images provided through safe urls , if possible, not want store them locally.

internet explorer works fine, however, chrome not support image-prompts.

investigating console in chrome, following error displayed: "refused load image because violates following content security policy directive: "img-src 'self' data: elocation.oracle.com:*".

apparently security issue in chrome: https://developer.chrome.com/extensions/contentsecuritypolicy

ideas , suggestions appreciated!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -