Skip to content

Commit

Permalink
Add false positive AMP urls (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev authored Jan 25, 2022
1 parent 10df8d9 commit 614b595
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion privacy-protections/amp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<p class="expected">Expected: https://www.nytimes.com/2021/09/20/business/jeff-bezos-earth-fund.html</p>
</li>
<li>
<p><a href="https://www.google.fr/amp/s/www.brookings.edu/research/reforming-global-fossil-fuel-subsidies-how-the-united-states-can-restart-international-cooperation/%3famp">Non Standard TLD (Google Domain)</a></p>
<p><a href="https://www.google.fr/amp/s/www.brookings.edu/research/reforming-global-fossil-fuel-subsidies-how-the-united-states-can-restart-international-cooperation/?amp">Non Standard TLD (Google Domain)</a></p>
<p class="expected">Expected: https://www.brookings.edu/research/reforming-global-fossil-fuel-subsidies-how-the-united-states-can-restart-international-cooperation</p>
</li>
<li>
Expand Down Expand Up @@ -59,6 +59,22 @@
<p class="expected">Expected: https://www.independent.co.uk/news/world/americas/us-politics/fauci-dog-tests-congress-letter-b1944407.html</p>
</li>
</ul>

<p>False Positive AMP Urls</p>
<ul>
<li>
<p><a href="https://basecamp.com/pricing">basecamp.com</a></p>
<p class="expected">Expected: https://basecamp.com/pricing</p>
</li>
<li>
<p><a href="https://daily.bandcamp.com/album-of-the-day/pan-daijing-tissues-review">bandcamp.com</a></p>
<p class="expected">Expected: https://daily.bandcamp.com/album-of-the-day/pan-daijing-tissues-review</p>
</li>
<li>
<p><a href="https://amp.dev/about/websites/">amp.dev</a></p>
<p class="expected">Expected: https://amp.dev/about/websites/</p>
</li>
</ul>
</div>
</body>
</html>

0 comments on commit 614b595

Please sign in to comment.