Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@
},
{
"name": "chrome.cookies.get Usage",
"description": "<code>chrome.cookies.get</code> retrieves information about browser cookies. The metadata for these cookies can possible be user-controller, mainly the <code>name</code> and <code>value</code> of the <a target=\"_blank\" href=\"https://developer.chrome.com/extensions/cookies#type-Cookie\"><code>Cookie</code> object.",
"description": "<code>chrome.cookies.get</code> retrieves information about browser cookies. The metadata for these cookies can possibly be user-controlled, mainly the <code>name</code> and <code>value</code> of the <a target=\"_blank\" href=\"https://developer.chrome.com/extensions/cookies#type-Cookie\"><code>Cookie</code> object.",
"string": "chrome.cookies.get(",
"regex": false,
"resources": [ "https://developer.chrome.com/extensions/cookies#method-get" ]
},
{
"name": "chrome.cookies.getAll Usage",
"description": "<code>chrome.cookies.getAll</code> retrieves information about browser cookies. The metadata for these cookies can possible be user-controller, mainly the <code>name</code> and <code>value</code> of the <a target=\"_blank\" href=\"https://developer.chrome.com/extensions/cookies#type-Cookie\"><code>Cookie</code> object.",
"description": "<code>chrome.cookies.getAll</code> retrieves information about browser cookies. The metadata for these cookies can possibly be user-controlled, mainly the <code>name</code> and <code>value</code> of the <a target=\"_blank\" href=\"https://developer.chrome.com/extensions/cookies#type-Cookie\"><code>Cookie</code> object.",
"string": "chrome.cookies.getAll(",
"regex": false,
"resources": [ "https://developer.chrome.com/extensions/cookies#method-getAll" ]
Expand Down Expand Up @@ -360,4 +360,4 @@
"resources": [ "http://handlebarsjs.com/expressions.html" ]
}
]
}
}
6 changes: 3 additions & 3 deletions tarnish-worker/configs/javascript_indicators.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@
},
{
"name": "chrome.cookies.get Usage",
"description": "<code>chrome.cookies.get</code> retrieves information about browser cookies. The metadata for these cookies can possible be user-controller, mainly the <code>name</code> and <code>value</code> of the <a target=\"_blank\" href=\"https://developer.chrome.com/extensions/cookies#type-Cookie\"><code>Cookie</code> object.",
"description": "<code>chrome.cookies.get</code> retrieves information about browser cookies. The metadata for these cookies can possibly be user-controlled, mainly the <code>name</code> and <code>value</code> of the <a target=\"_blank\" href=\"https://developer.chrome.com/extensions/cookies#type-Cookie\"><code>Cookie</code> object.",
"string": "chrome.cookies.get(",
"regex": false,
"resources": [ "https://developer.chrome.com/extensions/cookies#method-get" ]
},
{
"name": "chrome.cookies.getAll Usage",
"description": "<code>chrome.cookies.getAll</code> retrieves information about browser cookies. The metadata for these cookies can possible be user-controller, mainly the <code>name</code> and <code>value</code> of the <a target=\"_blank\" href=\"https://developer.chrome.com/extensions/cookies#type-Cookie\"><code>Cookie</code> object.",
"description": "<code>chrome.cookies.getAll</code> retrieves information about browser cookies. The metadata for these cookies can possibly be user-controlled, mainly the <code>name</code> and <code>value</code> of the <a target=\"_blank\" href=\"https://developer.chrome.com/extensions/cookies#type-Cookie\"><code>Cookie</code> object.",
"string": "chrome.cookies.getAll(",
"regex": false,
"resources": [ "https://developer.chrome.com/extensions/cookies#method-getAll" ]
Expand Down Expand Up @@ -360,4 +360,4 @@
"resources": [ "http://handlebarsjs.com/expressions.html" ]
}
]
}
}