aleph-im / aleph-client

Lightweight Python Client library for the Aleph.im network
MIT License
11 stars 12 forks source link

feat: add x.com to list of forbidden host #217

Closed Psycojoker closed 3 weeks ago

Psycojoker commented 3 weeks ago

Twitter's new domain name.

github-actions[bot] commented 3 weeks ago

Summary:

Relevant diff:

@@ -31,6 +31,7 @@
     "microsoft.com",
     "openai.com",
     "twitter.com",
+    "x.com",
     "youtube.com",
 ]