diff options
author | Tulio Leao <tupaschoal@gmail.com> | 2025-02-02 17:44:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-02 17:44:25 -0300 |
commit | 573171dc9365b9c87b32b386e09e3eccab7d5cdf (patch) | |
tree | 14c7a59a3882f58c36dd88d36f561047b21dae30 | |
parent | fe94149061c9d9646250df9f4f05df6826e9c4c7 (diff) |
Add several websites (#2379)
* Add Benfeitoria as easy
* Add Lego as easy
* Add Olympics as hard
* Add recreation.gov as easy
* Add Formula 1 as hard
-rw-r--r-- | _data/sites.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/_data/sites.json b/_data/sites.json index 2cec74f6..6dfb5d2f 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -2444,6 +2444,17 @@ }, { + "name": "Benfeitoria", + "url": "https://benfeitoria.com/restrito/conta/deletar-conta", + "difficulty": "easy", + "notes": "Log-in, then go to the page linked above, type \"EXCLUIR\" then click the button to permanently delete the account.", + "notes_pt-BR": "Faça o login, vá até a página do link acima, digite \"EXCLUIR\" e então clique no botão de deletar a conta permanentemente.", + "domains": [ + "benfeitoria.com" + ] + }, + + { "name": "BeReal", "url": "https://help.bereal.com/hc/articles/7531255012381", "difficulty": "easy", @@ -7941,6 +7952,17 @@ }, { + "name": "Formula 1", + "url": "https://account.formula1.com/#/en/privacy-policy", + "difficulty": "hard", + "notes": "Request deletion using the e-mail. There will be some back and forth on whether you want just the deletion or right to be forgotten, but it is all completed very quickly", + "email": "general@en.formula1.com", + "domains": [ + "formula1.com" + ] + }, + + { "name": "Forvo", "url": "https://forvo.com/account-delete/", "difficulty": "easy", @@ -12320,6 +12342,17 @@ }, { + "name": "Lego", + "url": "https://identity.lego.com/profile/security/delete-account", + "difficulty": "easy", + "notes": "Login, go to the linked page and confirm deletion of the account.", + "domains": [ + "lego.com", + "identity.lego.com" + ] + }, + + { "name": "Lemehost", "url": "https://lemehost.com/user/settings/delete", "difficulty": "easy", @@ -15959,6 +15992,16 @@ }, { + "name": "Olympics", + "url": "https://privacyportal-eu.onetrust.com/webform/22395098-025a-4a86-b716-763ae9c9a4cf/787ca7a8-5c45-45f9-9c4d-29ef9d88bb1d", + "difficulty": "hard", + "notes": "In the bottom of the page, click 'Stop using Posti’s electronic services'.", + "domains": [ + "olympics.com" + ] + }, + + { "name": "OmaPosti", "url": "https://asiakastiedot.posti.fi/myaccount/details", "difficulty": "easy", @@ -18290,6 +18333,16 @@ }, { + "name": "Recreation.gov", + "url": "https://www.recreation.gov/account/delete-account", + "difficulty": "easy", + "notes": "Login and go to the link to click the button to delete account. Confirm your password and you'll receive an e-mail with the deletion completion.", + "domains": [ + "recreation.gov" + ] + }, + + { "name": "Red Hat", "url": "https://www.redhat.com/en/about/personal-data-request", "difficulty": "hard", |