Skip to content

Instantly share code, notes, and snippets.

@DannyArends
Created September 15, 2015 07:43
Show Gist options
  • Save DannyArends/8e3bd05397db3ae23085 to your computer and use it in GitHub Desktop.
Save DannyArends/8e3bd05397db3ae23085 to your computer and use it in GitHub Desktop.
SHA1 error when loading d3.min.js from: https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js [Firefox]
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script type="javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
</head>
<body>
Open the developer console in firefox to see the error
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment