diff --git a/example/config.json b/example/config.json index 88e1ba9..b0f76b2 100644 --- a/example/config.json +++ b/example/config.json @@ -170,40 +170,46 @@ "url": [ "#", + "?", "javascript:", "mailto:", "magnet:", "xmpp:", - "служебная:", - "commit", - "diff", - "print", - "raw", - "cache", - "download", - "share", - "explore", - "register", - "login", - "password", - "forgot", - "restore", - "account", - "reply", - "compose", - "comment", - "edit", - "quote", - "report", - "block", - "transaction", - "search", - "tag", - "page", - "sort", - "order", - "filter", - "limit" + "/commit/", + "/diff/", + "/print/", + "/raw/", + "/cache/", + "/download/", + "/share/", + "/explore/", + "/register/", + "/login/", + "/password/", + "/forgot/", + "/restore/", + "/account/", + "/reply/", + "/compose/", + "/comment/", + "/edit/", + "/quote/", + "/report/", + "/export/", + "/import/", + "/mobile/", + "/mwiki/", + "/branch/", + "/block/", + "/transaction/", + "/search/", + "/tag/", + "/t/", + "/page/", + "/sort/", + "/order/", + "/_detail/", + "/_media/" ] } },