Hello, all -
I've got a webpage where I make some of my Box-hosted content available for download; however, most browsers don't show a preview of these files. Inspecting the page, I see several hundred CORS errors of this type:
Access to internal resource at 'https://cdn01.boxcdn.net/_assets/img/favicons/manifest-rw1AEP.json' from origin 'https://app.box.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Obviously, resolving this requires validating the request from the Box side, but I can't find any documentation (other than "here's how to validate via an app") that describes anything of the sort.
Thanks in advance for your help!