Hello everybody,
I'm trying to figure out how to utilize iframe within Cloud POS solution.
We end up in a situation where local POS installation works without issues, but when trying to use it in CPOS we end up with an exception "Because it violates the following Content Security Policy directive".
Is there any way to add specific urls there? I tried adding the <meta> tag in dialog/view .html file but without success:
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://url.com/" />
I checked the browser dev tools but in there in the network operations sniffer I can only see the standard policies as if my addition did not get used. Am I missing some steps?