SukkaW / DisqusJS

:speech_balloon: Render Disqus comments in Mainland China using Disqus API
https://disqusjs.skk.moe
MIT License
641 stars 55 forks source link

The issue of basic comment pattern #76

Closed mingchiuli closed 2 years ago

mingchiuli commented 2 years ago

The cloud server of Chinese mainland ask me to register from Chinese network police station, so I use IP address long time because I think it is unsafe. I found if I use the IP Address as Disqus's "Domain", the comment will not appear with "basic comment pattern"(unless homepage). If I choose "Full Pattern", the comment will appear.

e.g. When I visit http://81.68.192.120, I found the request contains "list.json?" and "listPostsThreaded?". But when I choose to visit http://81.68.192.120/public/blog/137, the request just contains "list.json?". So the function of basic comment pattern would disabled.