[GUIDE] The basis of custom configuration
onlymashThe basis of custom configuration: correctly distinguish the scheme, host and path of a website address.
example url: https://github.com/flexbooru
scheme: https
host: github.com
path: flexbooru
Error demonstration

Correct demonstration

