mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
9 lines
383 B
HTML
9 lines
383 B
HTML
<html>
|
|
<head>
|
|
<title>Polyfill demo - Cloudflare hosted with pinned version and integrity checking</title>
|
|
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0" integrity="sha384-3d4jRKquKl90C9aFG+eH4lPJmtbPHgACWHrp+VomFOxF8lzx2jxqeYkhpRg18UWC" crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
...
|
|
</body>
|
|
</html> |