Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b0o/apple-autofill-domains
Apple's allowed autofill domains
https://github.com/b0o/apple-autofill-domains
apple data-analysis github-actions web-scraping
Last synced: about 2 months ago
JSON representation
Apple's allowed autofill domains
- Host: GitHub
- URL: https://github.com/b0o/apple-autofill-domains
- Owner: b0o
- Created: 2022-04-04T09:31:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:04:14.000Z (8 months ago)
- Last Synced: 2024-05-01T15:49:14.241Z (8 months ago)
- Topics: apple, data-analysis, github-actions, web-scraping
- Homepage:
- Size: 8.52 MB
- Stars: 62
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apple's Allowed Autofill Domains
[![Build Status](https://img.shields.io/github/workflow/status/b0o/apple-autofill-domains/update)](https://github.com/b0o/apple-autofill-domains/actions/workflows/update.yaml)
[![Last check: Sat Aug 17 05:04:09 UTC 2024](https://img.shields.io/date/1723871049?label=last%20check)](https://github.com/b0o/apple-autofill-domains/actions/runs/10429718231)
[![Last change: Mon Apr 4 10:37:28 UTC 2022](https://img.shields.io/date/1649068648?color=orange&label=last%20change)](https://github.com/b0o/apple-autofill-domains/commit/3a3896a63f63158d88c794843b20d0990b0fd0bd)Apple serves a JSON file containing a list of 250,000 domains at the `https://cdn.smoot.apple.com/static/autofill_tld_whitelist_url` endpoint. This list appears to be used by the Safari web browser to auto-complete domains typed into the address bar.
This repository is automated with a [GitHub action](https://github.com/b0o/apple-autofill-domains/actions/workflows/update.yaml) that polls the endpoint hourly, saves the response to [`./autofill_tld_whitelist_url.json`](https://github.com/b0o/apple-autofill-domains/blob/main/autofill_tld_whitelist_url.json), commits any changes, and updates the badges in the README. You can click on the _last change_ badge to see a diff.