diff --git a/Client/cefweb/CWebCore.cpp b/Client/cefweb/CWebCore.cpp index f5ae22a7d95..e3e224ba2d3 100644 --- a/Client/cefweb/CWebCore.cpp +++ b/Client/cefweb/CWebCore.cpp @@ -280,7 +280,7 @@ void CWebCore::InitialiseWhiteAndBlacklist(bool bAddHardcoded, bool bAddDynamic) // Hardcoded whitelist static SString whitelist[] = { "google.com", "youtube.com", "www.youtube-nocookie.com", "vimeo.com", "player.vimeo.com", "code.jquery.com", "mtasa.com", - "multitheftauto.com", "mtavc.com", "www.googleapis.com", "ajax.googleapis.com", "localhost", "127.0.0.1"}; + "multitheftauto.com", "mtavc.com", "www.googleapis.com", "ajax.googleapis.com"}; // Hardcoded blacklist static SString blacklist[] = {"nobrain.dk"};