Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b4e4275 authored by Grace Kloba's avatar Grace Kloba
Browse files

Fix 1799207. With the new local dns, we should allow the host without any...

Fix 1799207. With the new local dns, we should allow the host without any PERIOD. Otherwise http://go won't work properly.
parent 6ee44d1f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -647,8 +647,6 @@ public final class CookieManager {
                    // another file in the local web server directory. Still
                    // "localhost" is the best pseudo domain name.
                    ret[0] = "localhost";
                } else if (!ret[0].equals("localhost")) {
                    return null;
                }
            } else if (index == ret[0].lastIndexOf(PERIOD)) {
                // cookie host must have at least two periods