Skip to main content
Solved

RDM Images by value presenters not working

  • March 14, 2023
  • 5 replies
  • 102 views

Forum|alt.badge.img+4

Hello, I’m trying to demo the RDM Banking Example. However, the flag images in the Country table are not showing properly (as shown in Picture1.png).

I have fixed the source CSV file to point to an online website with corresponding flag images (shown below) and run its loading plan to update the data on RDM, but those images are still not showing on RDM. (as shown in Picture2.png)

Best answer by AKislyakov

You can override security policies by setting one.security.header.content-security-policy.img-src parameter in the appliction.properties file.

Though the documentation suggests to use the default value to maintain application security.

5 replies

Forum|alt.badge.img+4
  • Data Pioneer L2
  • 28 replies
  • March 14, 2023

I’d be interested to know the solution too


Forum|alt.badge.img+4
  • Author
  • Star Blazer L1
  • 20 replies
  • March 14, 2023

System Not allowing me to put my full question :( .


Forum|alt.badge.img+2
  • Ataccamer
  • 174 replies
  • Answer
  • March 14, 2023

You can override security policies by setting one.security.header.content-security-policy.img-src parameter in the appliction.properties file.

Though the documentation suggests to use the default value to maintain application security.


Forum|alt.badge.img+4
  • Data Pioneer L2
  • 28 replies
  • March 14, 2023

Thank you, AKislyakov. Your solution does work 😀

 


Forum|alt.badge.img+4
  • Author
  • Star Blazer L1
  • 20 replies
  • March 14, 2023

Thank you, AKislyakov. It really helped. Really Appreciate your help.