From 7f0bcb1ead9a9db0540fa6f4735f3177fda5ed11 Mon Sep 17 00:00:00 2001 From: codingtwinky Date: Wed, 29 Mar 2017 17:58:16 -0700 Subject: [PATCH] Adding readme for #887 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 268d1d958..c34454249 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Known issues * If you're running MacOSX Mavericks and Ungit crashes after a few seconds; try updating npm and node. See [#259](https://github.com/FredrikNoren/ungit/issues/259) and [#249](https://github.com/FredrikNoren/ungit/issues/249) for details. * Ubuntu users may have trouble installing because the node executable is named differently on Ubuntu, see [#401](https://github.com/FredrikNoren/ungit/issues/401) for details. * Debian Wheezy's supported git and nodejs packages are too old, therefore download newest [git](https://github.com/git/git/releases) and [nodejs](https://nodejs.org/download/) tarballs and [build from source](http://www.control-escape.com/linux/lx-swinstall-tar.html). +* Adblocker may block Ungit! Some ad blockers, such as uBlock, doesn't like localhost api calls and assumes that it is a cross domain attack. Please whitelist `localhost:{ungit port number}`. [#887](https://github.com/FredrikNoren/ungit/issues/887) Changelog ---------