Skip to content

Commit

Permalink
this fixes gorhill#1597
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Apr 27, 2016
1 parent 0d5a643 commit f8e266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/redirect-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ RedirectEngine.prototype.compileRuleFromStaticFilter = function(line) {

/******************************************************************************/

RedirectEngine.prototype.reFilterParser = /^(?:\|\|([^\/?#^*]+)|\*)([^$]+)\$([^$]+)$/;
RedirectEngine.prototype.reFilterParser = /^(?:\|\|([^\/:?#^*]+)|\*)([^$]+)\$([^$]+)$/;

RedirectEngine.prototype.supportedTypes = (function() {
var types = Object.create(null);
Expand Down

0 comments on commit f8e266c

Please sign in to comment.