We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Hi.
We have hardened infrastructure, and the internet is blocked except few sites. Site https://developer.microsoft.com/en-us/graph/graph-explorer is allowed, but doesn't show any output. I found out, that there is blocked this JS https://cdn.jsdelivr.net/npm/monaco-editor@0.52.2/min/vs/loader.js. Our security architect doesn't wont allow it and ask for using https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity. Are you able to add hashes of js files?
Example: <script src="https://cdn.jsdelivr.net/npm/monaco-editor@0.52.2/min/vs/loader.js" integrity="sha384-pHG02SG8pId94Np3AbPmBEJ1yPqaH0IkJGLSNGXYmuGhkazT8Lr/57WYpbkGjJtu" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/monaco-editor@0.52.2/min/vs/loader.js" integrity="sha384-pHG02SG8pId94Np3AbPmBEJ1yPqaH0IkJGLSNGXYmuGhkazT8Lr/57WYpbkGjJtu" crossorigin="anonymous"></script>
To Reproduce Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hi.
We have hardened infrastructure, and the internet is blocked except few sites. Site https://developer.microsoft.com/en-us/graph/graph-explorer is allowed, but doesn't show any output.
I found out, that there is blocked this JS https://cdn.jsdelivr.net/npm/monaco-editor@0.52.2/min/vs/loader.js. Our security architect doesn't wont allow it and ask for using https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity. Are you able to add hashes of js files?
Example:
<script src="https://cdn.jsdelivr.net/npm/monaco-editor@0.52.2/min/vs/loader.js" integrity="sha384-pHG02SG8pId94Np3AbPmBEJ1yPqaH0IkJGLSNGXYmuGhkazT8Lr/57WYpbkGjJtu" crossorigin="anonymous"></script>
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: