Blocked script execution
See original GitHub issueWe’re using the Report Generator Azure DevOps add-in with report types set to “HtmlInline_AzurePipelines;Cobertura”. The historical chart functionality isn’t working beyond the initial history chart, and we’re seeing the following error in the browser console:
Blocked script execution in 'https://dev.azure.com/.../_apis/test/CodeCoverage/browse/.../Code%20Coverage%20Report_49600/index.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
From what I’ve read, I gather that this error should not be occurring. Have I misunderstood? Can the error be avoided?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Blocked script execution in because the document's frame ...
Blocked script execution in 'URL of website' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
Read more >Blocked script execution in 'about:srcdoc' because the ...
Blocked script execution in 'about:srcdoc' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
Read more >Blocked script execution in ” because the document's frame ...
Blocked script execution in '<URL>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. Blocked autofocusing on a <input> ......
Read more >Blocked Script Execution
Blocked script execution in '<URL>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. Attaching screenshot.
Read more >How to set "Allow scripts" permissions?
Blocked script execution in “URL” because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

One thing you could do: Create a Azure Blob Storage and publish the coverage report to a blob container. Create a SAS token to allow access. Open
index.htmlin your browser and set a bookmark.Thank you again for the info. ReportGenerator is fantastic. Unfortunately the download requirement is troublesome for the needs at hand. I understand that the limitation is out of your control. We’ll just have to work around it somehow.