add items.jellyneo.net to valid trade list links
This commit is contained in:
parent
a5bfadf126
commit
90233c0a03
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ function MarkdownAndSafeHTML({ children }) {
|
|||
ALLOWED_ATTR: ["href", "class"],
|
||||
// URL must either start with an approved host (external link), or with a
|
||||
// slash or hash (internal link).
|
||||
ALLOWED_URI_REGEXP: /^https?:\/\/(impress\.openneo\.net|impress-2020\.openneo\.net|www\.neopets\.com|neopets\.com)\/|^[/#]/,
|
||||
ALLOWED_URI_REGEXP: /^https?:\/\/(impress\.openneo\.net|impress-2020\.openneo\.net|www\.neopets\.com|neopets\.com|items\.jellyneo\.net)\/|^[/#]/,
|
||||
});
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue