diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-30 15:55:13 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-30 15:55:13 -0500 |
commit | 288df6a7bf8b933e2dc499e38f4915fcf974c14b (patch) | |
tree | 77bba994f260c064d3ee7f76c427ddfaa4f91710 /install.rdf | |
parent | a2c9deaa145b780722e93b3899600f287c8094a4 (diff) | |
download | ematrix-288df6a7bf8b933e2dc499e38f4915fcf974c14b.tar.lz ematrix-288df6a7bf8b933e2dc499e38f4915fcf974c14b.tar.xz ematrix-288df6a7bf8b933e2dc499e38f4915fcf974c14b.zip |
backport
- Flush caches on upgrade
- Properly handle FrameModule's unloading
- Use the new module and remove the old implementation
Diffstat (limited to 'install.rdf')
-rw-r--r-- | install.rdf | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/install.rdf b/install.rdf index e9f86da..76a85ac 100644 --- a/install.rdf +++ b/install.rdf @@ -22,7 +22,7 @@ <r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#"> <r:Description about="urn:mozilla:install-manifest"> <id>eMatrix@vannilla.org</id> - <version>3.0.8</version> + <version>3.0.9</version> <name>ηMatrix</name> <description>Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.</description> <!-- uMatrix homepageURL --> @@ -363,16 +363,6 @@ </r:Description> </targetApplication> - <!-- SeaMonkey --> - <!-- Untested for ηMatrix --> - <targetApplication> - <r:Description> - <id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</id> - <minVersion>2.24</minVersion> - <maxVersion>2.*</maxVersion> - </r:Description> - </targetApplication> - <!-- Pale Moon --> <targetApplication> <r:Description> |