I want to disable escape mode in jsoup, and i found a way worked before jsoup@1.10.x:
Entities.EscapeMode.base.getMap().clear();
However, the met