New option for control over update downloads

This commit is contained in:
Josh Perez 2021-08-19 18:56:29 -04:00 committed by GitHub
parent 80c1ad6ee3
commit e9308bbafb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 1230 additions and 803 deletions

View file

@ -431,6 +431,13 @@
"reasonCategory": "usageTrusted",
"updated": "2021-06-15T23:46:51.629Z"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('.whats-new-placeholder').append(this.whatsNewView.el);",
"reasonCategory": "usageTrusted",
"updated": "2021-08-17T01:37:13.116Z"
},
{
"rule": "jQuery-append(",
"path": "js/views/inbox_view.js",
@ -439,6 +446,13 @@
"updated": "2021-02-26T18:44:56.450Z",
"reasonDetail": "Adding sub-view to DOM"
},
{
"rule": "jQuery-append(",
"path": "js/views/inbox_view.js",
"line": " this.$('.whats-new-placeholder').append(this.whatsNewView.el);",
"reasonCategory": "usageTrusted",
"updated": "2021-08-17T01:37:13.116Z"
},
{
"rule": "jQuery-appendTo(",
"path": "js/views/inbox_view.js",