android-cookie-store icon indicating copy to clipboard operation
android-cookie-store copied to clipboard

fixed default accepting cookie in cookie store

Open harsh-rksv opened this issue 1 year ago • 1 comments

init {
    handleExceptions {
        android.webkit.CookieManager.getInstance().setAcceptCookie(true)
    }
}

The default value of setAcceptCookie is true. removing it since cookiemanager instance creates ANR in few devices

issue discussion thread https://github.com/gotev/android-cookie-store/issues/38#issue-2284878355

harsh-rksv avatar Jun 12 '24 12:06 harsh-rksv

@gotev please review and merge it

harsh-rksv avatar Jun 13 '24 03:06 harsh-rksv