Commit Graph

19 Commits (41133dffd29f79b5281dae254142c79d0493da63)

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.
5 years ago
Raymond Hill 62d06792f1
fix #990 6 years ago
Raymond Hill d825b5562e
integrate CodeMirror's MergeView to the 'My rules' pane 6 years ago
Raymond Hill b35aa272d5
better translate NoScript whitelist directives into uMatrix rules 7 years ago
Raymond Hill 23cefde335
code review: better importing from RP/NS 7 years ago
gorhill fa2658cd2b
import message handling code from uBO, simplify for uMatrix 7 years ago
gorhill 97957b7bc3 fix #807: merging was supported after all 7 years ago
gorhill acf318d83c fix AMO validation errors: innerHTML is forbidden 7 years ago
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'`
8 years ago
Coffeemakr 12ebb136ba In addition to text files allow json files for import 8 years ago
gorhill f3876463d3 imported cloud storage support from uBlock: user rules supported for now 9 years ago
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
9 years ago
gorhill 07ba0a0a4b this fixes #270 9 years ago
gorhill 8aaadb8fc0 toward a release: general code review, polishing, removing obsolete stuff 9 years ago
gorhill 257334b4c2 importing rp rules 9 years ago
gorhill ed67045360 first pass 9 years ago
Raymond Hill 5ba8f58094 ensure switches are listed first: more convenient 10 years ago
gorhill 5c05a8773a revamped "My rules" tab 10 years ago
gorhill a633e16f01 user rules tab 10 years ago