This content is blocked. Contact the site owner to fix the issue - on mobiles

Hi,

Message: This content is blocked. Contact the site owner to fix the issue.

very strange issue happening trying to view files from a mobile device.

On desktops, and remote desktops, able to view the files with no problems.

the content (pdf) is displayed in an iframe.

CSP setup as:

"CSP.frame-src.allow", "https://mydomain.ca");
"CSP.frame-src.allow", "https://*.mydomain.ca");
  • happens if mobile is on same wifi network or direct mobile carrier
  • only on mobile devices
  • edge or chrome - same behavior

the IP has multiple domain names assigned to it, could the request be coming through as one of the other domain names - which doesn’t make sense.

not sure where to start to look

thanks,
JS

Config("CSP.frame-src.allow") should return an array. Make sure you have set up correctly.