Hi. I am trying to load the latest Holoscan SDK documentation (Creating an Application - NVIDIA Docs) but the page does not get loaded. Upon doing inspect element, I get the following error -
Content-Security-Policy: The page’s settings blocked a script (script-src-elem) at https://aad79c26bff7.eb9ca473.us-west-2.token.awswaf.com/aad79c26bff7/17298a318400/03e52a515ba8/challenge.js from being executed because it violates the following directive: “script-src-elem 'self' 'unsafe-inline' 'unsafe-eval' https://ajax.googleapis.com/ https://cdnjs.cloudflare.com/ https://cdn.jsdelivr.net/ https://unpkg.com https://fast.wistia.com/ https://js.hcaptcha.com/ https://cdnapisec.kaltura.com/ https://static.hotjar.com/ https://script.hotjar.com/ https://t.contentsquare.net/ https://assets.adobedtm.com/ https://images.nvidia.com/ https://docscontent.nvidia.com/ https://cdn.bizible.com/ https://api-prod.nvidia.com/ https://www.googletagmanager.com/ https://googleads.g.doubleclick.net/ https://tbyb.rivaspeech.com/ https://d4j85rjepgcta.cloudfront.net https://cdn.cookielaw.org https://copilot-netguru.nvidia.com/ https://nvidia.tt.omtrdc.net/rest/v1/delivery https://www.nvidia.com/”
I tried loading the page after changing to a different network and different browsers but I still keep getting the same result.
It seems like the issue is happening on random pages of the doc. The link above started working now but other links are now inaccessible -
None of these links are working for me and I am getting the same error as above. Is there any update on the issue?
Hi @dhruv19, thanks for reporting this issue. All the links that you have shared are working fine on my side but in order to investigate your issues, could you please share the information about your environment?
- Browser + version, OS, and whether it’s a managed/corporate device
- Any enabled extensions (especially ad blockers / privacy tools)
- Whether you are on VPN, proxy, Zscaler, Netskope, CrowdStrike browser protection, etc.
- The region you are accessing it from
Also could you please try to see if you can reproduce it when in Private/Incognito with all extensions disabled?
Hi, thanks a lot for your response. Here are the details you requested -
- I am trying to access the docs on a MIIVII EVO ORIN where I have connnected it with ethernet for internet access. I have tried accessing the docs with both - Chromium and Firefox Nightly Web Browsers.
- I have no extensions running on my ORIN device. I just flashed and set up my ORIN, installed the browser and started accessing the docs.
- I don’t have any VPN, proxy etc.
- As far as the region is concerned, the date and time on my system is set for Kolkata, India. The output for
locale command is shown below -
nvidia@miivii-tegra:~$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE=“en_US.UTF-8”
LC_NUMERIC=“en_US.UTF-8”
LC_TIME=“en_US.UTF-8”
LC_COLLATE=“en_US.UTF-8”
LC_MONETARY=“en_US.UTF-8”
LC_MESSAGES=“en_US.UTF-8”
LC_PAPER=“en_US.UTF-8”
LC_NAME=“en_US.UTF-8”
LC_ADDRESS=“en_US.UTF-8”
LC_TELEPHONE=“en_US.UTF-8”
LC_MEASUREMENT=“en_US.UTF-8”
LC_IDENTIFICATION=“en_US.UTF-8”
LC_ALL=en_US.UTF-8
The issue was reproduced when I tried accessing it from Incognito mode from both the browsers.