mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 14:58:59 +00:00
import from UXP: Don't linkify data: or javascript: URLs in the web console. (ebb86926)
This commit is contained in:
@@ -31,7 +31,7 @@ const {PluralForm} = require("devtools/shared/plural-form");
|
||||
const MAX_STRING_GRIP_LENGTH = 36;
|
||||
const {ELLIPSIS} = require("devtools/shared/l10n");
|
||||
|
||||
const validProtocols = /^(http|https|ftp|data|javascript|resource|chrome):/i;
|
||||
const validProtocols = /^(http|https|ftp|resource|chrome):/i;
|
||||
|
||||
// Constants for compatibility with the Web Console output implementation before
|
||||
// bug 778766.
|
||||
|
||||
Reference in New Issue
Block a user