Change the API back to be the correct key so only the permission is different
This commit is contained in:
committed by
groovecoder
parent
ff2e41ac8d
commit
6887244e7c
@@ -26,7 +26,7 @@ function getCookieStoreIdForContainer(containerId) {
|
||||
class API extends ExtensionAPI {
|
||||
getAPI(context) {
|
||||
let self = {
|
||||
contextualidentities: {
|
||||
contextualIdentities: {
|
||||
get(cookieStoreId) {
|
||||
let containerId = getContainerForCookieStoreId(cookieStoreId);
|
||||
if (!containerId) {
|
||||
|
||||
Reference in New Issue
Block a user