mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 113261 - fix chatzilla url detecting
r=rginda a=asa chatzilla only
This commit is contained in:
parent
9d7d8fbaac
commit
c4785566f6
@ -406,7 +406,7 @@ function initHost(obj)
|
||||
"event-tracer", true /* negate */,
|
||||
false /* disable */);
|
||||
|
||||
obj.linkRE = /((\w+):\/\/[^<>\[\]()\'\"\s]+|www(\.[^.<>\[\]()\'\"\s]+){2,})/;
|
||||
obj.linkRE = /((\w+):[^<>\[\]()\'\"\s]+|www(\.[^.<>\[\]()\'\"\s]+){2,})/;
|
||||
|
||||
obj.munger = new CMunger();
|
||||
obj.munger.enabled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user