How to prevent WordPress loading external resources when developing
WordPress doesn’t have an option for restricting external content from loading in the browser. Some resources such as fonts, or external scripts, can always be saved in the web root and served directly from there. For resources that you cannot store locally (Gravatar images for example) you could consider Charles Proxy. Charles Proxy is a … Read more