mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 16:15:46 +01:00
Fix "Edit Element Style", "New Attribute", etc. in Firebug.
This commit is contained in:
@@ -1242,9 +1242,9 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
|
||||
let re = util.regexp(<![CDATA[
|
||||
^ (
|
||||
<domain>+ \. [a-z0-9]+ (:\d+)? (/ .*)? |
|
||||
<domain>+ (:\d+)? (/ .*) |
|
||||
<domain>+ (:\d+) |
|
||||
<domain>+ \. [a-z0-9]+ |
|
||||
localhost
|
||||
) $
|
||||
]]>, "gi", {
|
||||
|
||||
Reference in New Issue
Block a user