Universal Disappearing Messages
This commit is contained in:
parent
c63871d71b
commit
19f8042cd3
50 changed files with 1224 additions and 191 deletions
|
@ -1233,6 +1233,22 @@
|
|||
"updated": "2021-05-11T20:38:03.542Z",
|
||||
"reasonDetail": "Protected from arbitrary input"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-$(",
|
||||
"path": "js/views/settings_view.js",
|
||||
"line": " template: () => $('#disappearingMessagesSettings').html(),",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-05-27T01:33:06.541Z",
|
||||
"reasonDetail": "Interacting with already-existing DOM nodes"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-$(",
|
||||
"path": "js/views/settings_view.js",
|
||||
"line": " this.$('.disappearing-messages-setting').append(",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-05-27T01:33:06.541Z",
|
||||
"reasonDetail": "Interacting with already-existing DOM nodes"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "js/views/settings_view.js",
|
||||
|
@ -1241,6 +1257,14 @@
|
|||
"updated": "2020-08-21T11:29:29.636Z",
|
||||
"reasonDetail": "Interacting with already-existing DOM nodes"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "js/views/settings_view.js",
|
||||
"line": " this.$('.disappearing-messages-setting').append(",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-05-27T01:33:06.541Z",
|
||||
"reasonDetail": "Interacting with already-existing DOM nodes"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-html(",
|
||||
"path": "js/views/settings_view.js",
|
||||
|
@ -1257,6 +1281,14 @@
|
|||
"updated": "2021-02-26T18:44:56.450Z",
|
||||
"reasonDetail": "Static selector, read-only access"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-html(",
|
||||
"path": "js/views/settings_view.js",
|
||||
"line": " template: () => $('#disappearingMessagesSettings').html(),",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-05-27T01:33:06.541Z",
|
||||
"reasonDetail": "Interacting with already-existing DOM nodes"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-$(",
|
||||
"path": "js/views/standalone_registration_view.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue