mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
Fix getAppData not to require cloning of non-content-scope function .restart (resolves most common exception in background)
This commit is contained in:
parent
b0879cf237
commit
14e6860c30
@ -56,7 +56,7 @@ var onMessage = function(request, sender, callback) {
|
||||
break;
|
||||
|
||||
case 'getAppData':
|
||||
response = vAPI.app;
|
||||
response = {name: vAPI.app.name, version: vAPI.app.version};
|
||||
break;
|
||||
|
||||
case 'getUserSettings':
|
||||
|
Loading…
Reference in New Issue
Block a user