Brendan Coles
7a668abc0a
Update ARE to support Evasion extension - Fix #1219
2016-02-13 07:09:00 +00:00
Brendan Coles
5507447661
Hide ARE rule processing output unless debugging
2016-02-01 18:42:21 +00:00
Brendan Coles
e462e504fb
Add support for ARE rules with multiple browsers
2016-01-31 20:26:35 +00:00
Brendan Coles
47c1bd29aa
Fix ARE rule length check
2016-01-26 15:33:57 +00:00
Brendan Coles
439040a89e
Skip ARE if no rules specified
2016-01-21 08:09:55 +00:00
Wade Alcorn
ce01d9fa46
updated copyright year
2015-12-30 08:11:57 +10:00
Brendan Coles
9dd468d10f
Default to 'ALL' for browser, browser_version, os, os_version if unspecified
2015-12-12 18:49:02 +00:00
Atila Romero
09ff1f5f0a
Update engine.rb
2015-10-23 16:50:13 -02:00
Atila Romero
8626b1b275
Fix "ALL" comparison for browser and os
...
The correct is to check if the *rule.browser* has the tag "ALL", not if the browser was identified as "ALL", which of course never happen.
Before this fix, using "ALL" in a ARE rule makes it be never called.
2015-10-06 11:01:30 -03:00
Brendan Coles
4391a856ac
Replace eval with compare_versions
2015-08-22 19:46:07 +00:00
antisnatchor
d34f97c4cb
Fixed #1147 (introduced with one of the latest commits :-)
2015-07-29 16:19:07 +02:00
antisnatchor
605a71d38a
cutting string with [start..end] rather than split() for more accurate parsing.
2015-07-29 11:13:03 +02:00
antisnatchor
520d62a3f9
Reduced browser/os_version max length to 15 chars.
2015-07-29 10:59:27 +02:00
antisnatchor
157fd4104b
Added code comments about eval usage :-)
2015-07-28 14:12:27 +02:00
antisnatchor
b81f7c6953
Small changes in some rulesets, fixed old code comments.
2015-07-28 10:29:50 +02:00
antisnatchor
031f587421
Removed fixed TODOs
2015-07-27 16:38:03 +02:00
antisnatchor
4334dd1e54
Using same variable convention for consistency
2015-07-27 15:49:12 +02:00
antisnatchor
6f5b025acc
Added more restrictions on browser/os version definitions
2015-07-27 14:02:20 +02:00
antisnatchor
c84e1b88ac
Autorun Rule Engine from @antisnatchor with love (alpha version).
2015-07-27 10:34:58 +02:00