1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00
Commit graph

19 commits

Author SHA1 Message Date
Raymond Hill 9b292304d3
Bring uMatrix up to date
Notably:
- Import logger improvements from uBO
- Import CNAME uncloaking from uBO
- Import more improvements from uBO
- Make use of modern JS features

This should un-stall further development of uMatrix.
2019-12-20 12:24:18 -05:00
Raymond Hill 62d06792f1
fix #990 2018-04-08 09:10:11 -04:00
Raymond Hill d825b5562e
integrate CodeMirror's MergeView to the 'My rules' pane 2018-03-22 15:56:37 -04:00
Raymond Hill b35aa272d5
better translate NoScript whitelist directives into uMatrix rules 2017-12-12 16:47:10 -05:00
Raymond Hill 23cefde335
code review: better importing from RP/NS 2017-12-12 11:04:44 -05:00
gorhill fa2658cd2b
import message handling code from uBO, simplify for uMatrix 2017-12-06 09:47:20 -05:00
gorhill 97957b7bc3 fix #807: merging was supported after all 2017-11-13 18:05:14 -05:00
gorhill acf318d83c fix AMO validation errors: innerHTML is forbidden 2017-10-05 12:49:26 -04:00
Mathias Rangel Wulff 978c145180 Correct check for undefined variable
The code was comparing the result of `typeof` with a variable named `undefined`

As typeof returns a string it should compare to `'undefined'`
2016-09-12 10:23:31 +02:00
Coffeemakr 12ebb136ba In addition to text files allow json files for import 2016-06-14 15:06:07 +02:00
gorhill f3876463d3 imported cloud storage support from uBlock: user rules supported for now 2015-09-05 12:29:28 -04:00
John Keeping 20e294884a Add trailing newline to exported rules file
According to POSIX a text file is "a file that contains characters
organized into zero or more lines" [1] and a line is "a sequence of zero
or more non- <newline> characters plus a terminating <newline>
character" [2].  Since we are claiming to produce a text file, it should
have a trailing newline.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_397
[2] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
2015-07-08 16:24:06 +01:00
gorhill 07ba0a0a4b this fixes #270 2015-06-18 08:27:44 -04:00
gorhill 8aaadb8fc0 toward a release: general code review, polishing, removing obsolete stuff 2015-05-11 10:55:06 -04:00
gorhill 257334b4c2 importing rp rules 2015-05-10 18:22:52 -04:00
gorhill ed67045360 first pass 2015-04-11 17:15:57 -04:00
Raymond Hill 5ba8f58094 ensure switches are listed first: more convenient 2014-11-18 13:37:12 -02:00
gorhill 5c05a8773a revamped "My rules" tab 2014-10-31 14:14:41 -04:00
gorhill a633e16f01 user rules tab 2014-10-21 22:00:31 -04:00