Skip to content

Commit

Permalink
# changed URLs from Google to github
Browse files Browse the repository at this point in the history
# added RSS tester
# updated jQuery
  • Loading branch information
mario committed Mar 28, 2014
1 parent 2cf54da commit c7d23e0
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 159 deletions.
10 changes: 5 additions & 5 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta charset="UTF-8" />
<title>HTML5 Security Cheatsheet</title>
<!-- major includes -->
<script type="text/javascript" src="http://html5security.googlecode.com/svn/trunk/items.json"></script>
<script type="text/javascript" src="http://html5security.googlecode.com/svn/trunk/categories.json"></script>
<script type="text/javascript" src="http://html5security.googlecode.com/svn/trunk/payload.json"></script>
<script type="text/javascript" src="http://html5security.googlecode.com/svn/trunk/html/scripts/jquery.js"></script>
<script type="text/javascript" src="http://html5security.googlecode.com/svn/trunk/html/scripts/import.js"></script>
<script type="text/javascript" src="https://rawgithub.com/cure53/H5SC/master/items.json"></script>
<script type="text/javascript" src="https://rawgithub.com/cure53/H5SC/master/categories.json"></script>
<script type="text/javascript" src="https://rawgithub.com/cure53/H5SC/master/payload.json"></script>
<script type="text/javascript" src="https://rawgithub.com/cure53/H5SC/master/html/scripts/jquery.js"></script>
<script type="text/javascript" src="https://rawgithub.com/cure53/H5SC/master/html/scripts/import.js"></script>
<link rel="stylesheet" type="text/css" href="styles/basic.css" />
</head>
<body>
Expand Down
Loading

0 comments on commit c7d23e0

Please sign in to comment.