diff options
author | mysticalsoap <github.dealing774@passmail.net> | 2025-03-13 16:43:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-13 17:43:19 -0300 |
commit | 4e9f5265500739bbf12a0a360d80c97fa1efa5d6 (patch) | |
tree | 16d7f563afab1e0a6801150380945e6d33ce96c5 | |
parent | 137b8431fc0e782d4c6f44ea33430c73f506df92 (diff) |
Add American Airlines as easy (#2433)
-rw-r--r-- | _data/sites.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_data/sites.json b/_data/sites.json index a0d579c9..f66e0f25 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -1235,6 +1235,16 @@ }, { + "name": "American Airlines", + "url": "https://privacyportal.aa.com/", + "difficulty": "easy", + "notes": "You can request data erasure in the given privacy portal.", + "domains": [ + "aa.com" + ] + }, + + { "name": "AmiAmi", "url": "https://support.amiami.com/hc/en-us/requests/new", "difficulty": "hard", |