diff options
author | Tulio Leao <tupaschoal@gmail.com> | 2025-02-14 20:47:30 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 20:47:30 -0300 |
commit | 43479681ef48fd3e72c2524b36db03138dbcc2ab (patch) | |
tree | 2378ee589da5081152fc897c82097deb307e4282 | |
parent | b3d90960718bb92fe2532a777026871138e59623 (diff) |
Add MetLife as impossible (#2399)
-rw-r--r-- | _data/sites.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_data/sites.json b/_data/sites.json index b2bd81b7..3c426e50 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -14164,6 +14164,17 @@ }, { + "name": "MetLife", + "url": "https://metlife.com.br/", + "difficulty": "impossible", + "notes" : "They claim nothing can be deleted.", + "notes_pt-BR" : "Eles alegam que nada pode ser deletado.", + "domains": [ + "metlife.com.br" + ] + }, + + { "name": "Metropolis", "url": "https://app.metropolis.io/profile/terms-and-privacy", "difficulty": "easy", |