summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/files/privacy-breach/files-privacybreach/build-spec/orig/src/privacy-breach-generic/genericwebsite.html
blob: 445da822137acc53c96a72f80407459d2965c8ce (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="http://www.example.com/trackme.js"></script>
</body>
</html>