summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/files/privacy-breach/files-privacybreach/build-spec/orig/src/privacy-breach-may-use-debian-package/libjs-jquery.html
blob: 64ac79fdb68b872e605bd0e271c1a1ad1eb7b259 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>

</head>
<body>
<!-- not a problem -->
<script type="text/javascript" src="http://localhost/test.html"></script>
<!-- problem here -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
</body>
</html>