Bug 1540154 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here's the results from BigQuery (the httparchive.response_bodies.2019_01_01_desktop table): 350 sites, https://docs.google.com/spreadsheets/d/16VzhQS3sP6NuHEF1AB83apenM7tlxaU6V44hhbFe1IQ/edit#gid=254666868

note: 120 of them are some spammy ad thing, https://d2i6wrs6r7tn21.cloudfront.net/sources/8974/iframe.1538497952.html

Let me shoot an email to Netflix, I'll cc you.

edit: here's the query i used on BigQuery:

```
SELECT page,url FROM `httparchive.response_bodies.2019_01_01_desktop`
WHERE REGEXP_CONTAINS(body, r'autocomplete=*?email')
ORDER BY url;
```

Back to Bug 1540154 Comment 6