|
|
|
|
|
by RedShift1
1353 days ago
|
|
And what in MV3 solved all of that? It still allows enough to do a lot of damage. Regardless of that, at some point you have to trust software. You can't expect everyone to read every line of code and compile all the software by themselves. |
|
It's the sum of the parts in changes from manifest V2:
- no arbitrary code injection via executeScript, must be a file now
- no more remote code
- no more arbitrarily getting selected text or highlighted text on a tab
- declarativeNetRequest instead of intercepting requests
- explicit listeners on the page to help detect bad actors (vs just arbitrary JS running on the page)