Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Apr 2, 2024
1 parent a12eda6 commit 1ecde70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap5-sign-in/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</style>
<!-- Bootstrap 5 IE11 Polyfills -->
<script nomodule>
window.MSInputMethodContext && document.documentMode && document.write('<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5/css/bootstrap-ie11.min.css"><script src="https://cdn.jsdelivr.net/combine/npm/ie11-custom-properties@4,npm/element-qsa-scope@1"><\/script><script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js"><\/script>');
window.MSInputMethodContext && document.documentMode && document.write('<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5/css/bootstrap-ie11.min.css"><script src="https://cdn.jsdelivr.net/combine/npm/ie11-custom-properties@4,npm/element-qsa-scope@1"><\/script><script crossorigin="anonymous" src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js"><\/script>');

Check notice

Code scanning / CodeQL

Call to eval-like DOM function Note test

Avoid using functions that evaluate strings as code.
</script>
</head>

Expand Down

0 comments on commit 1ecde70

Please sign in to comment.