|
|
|
|
|
by magicalhippo
2684 days ago
|
|
The only argument that made sense to me was the one that the current APIs makes it quite difficult to reason about what the extension actually does once installed and running. By dynamically installing rules downloaded from the web a nefarious ad blocker could, for example, not just block ads but also hide certain political content from search results. By requiring the list of rules to be hard-coded in the extension, it's easier to see what exactly the extension will do once installed. For me though, this benefit does not outweigh the cost. |
|