javascript Chrome Extension Not able to read httponly cookies

前端 未结 3 1317
别跟我提以往
别跟我提以往 2020-12-19 04:06

I need to delete gmail cookies set in my chrome browser, using chrome extension , but it can delete all cookies other then Gmail cookies, then I noticed that Gmail cookies a

3条回答
  •  轮回少年
    2020-12-19 04:56

    The point of HTTPOnly cookies is not let javascript to access them. So basically you can not read them. If you want to delete them you can do it from the options that offers browser

提交回复
热议问题