Vue-devtools: devtools asking for access to browser history

Created on 13 Jan 2018  ·  2Comments  ·  Source: vuejs/vue-devtools

I turned on my PC, opened my browser and I got a notification about vue-devtools asking for access to my browser history. Why does it need my browser history? I can't remember seeing this notification before.

Most helpful comment

We used chrome.tabs.onActivated and thought it required tabs permission - turns out it's not actually necessary and we've removed it in 4.0.1.

All 2 comments

We used chrome.tabs.onActivated and thought it required tabs permission - turns out it's not actually necessary and we've removed it in 4.0.1.

Ok, thanks for the snappy reply. Was afraid something dodgy was going on.

Was this page helpful?
0 / 5 - 0 ratings