mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:47:59 +01:00
Fix dactyl.parseURLS bug.
This commit is contained in:
@@ -1247,7 +1247,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
<domain>+ \. [a-z0-9]+ |
|
<domain>+ \. [a-z0-9]+ |
|
||||||
localhost
|
localhost
|
||||||
) $
|
) $
|
||||||
]]>, "gi", {
|
]]>, "i", {
|
||||||
domain: util.regexp(String.replace(<![CDATA[
|
domain: util.regexp(String.replace(<![CDATA[
|
||||||
[^
|
[^
|
||||||
U0000-U002c // U002d-U002e --.
|
U0000-U002c // U002d-U002e --.
|
||||||
|
|||||||
Reference in New Issue
Block a user