Felix
Felix
My temporary workaround is to modify `__init__.py` file to replace https://%s-disp.coolkit.cc:8080/dispatch/app with https://%s-api.coolkit.cc:8080/dispatch/app and it works for me now. I don’t know the difference of cn-api.coolkit.cc and cn-disp.coolkit.cc. But seems...
since pihole v5 provides group management feature to set different policy for different user, can this force safe youtube & search only apply to specific client IP?
Possible fix. Replace functions.php line 346, `if($comment->comment_parent > 0) { ` with `if(isset($comment->comment_parent) && $comment->comment_parent > 0) { ` Haven’t tested yet.