1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Avoid returning a value when injected as content script

This commit is contained in:
Raymond Hill 2020-07-20 17:28:33 -04:00
parent bf01fc737d
commit f55c891d54
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -241,3 +241,23 @@
return Diff;
})(self);
/*******************************************************************************
DO NOT:
- Remove the following code
- Add code beyond the following code
Reason:
- https://github.com/gorhill/uBlock/pull/3721
- uBO never uses the return value from injected content scripts
**/
void 0;