Skip to content
Snippets Groups Projects
Commit c6984821 authored by lucha's avatar lucha
Browse files

escape regex delimiters in embed.php

parent 99a3d0da
Branches
Tags v0.4.1
No related merge requests found
......@@ -86,7 +86,7 @@ $noembed_site = array(
"https?://www\\.urbandictionary\\.com/define\\.php\\?term=.+",
"https?://(?:www\\.)?xkcd\\.com/\\d+/?",
"https?://.*\\.deviantart\\.com/art/.*",
"https?://.*\\.deviantart\\.com/.*#/d.*",
"https?://.*\\.deviantart\\.com/.*\#/d.*",
"https?://instagram\\.com/p/.*",
"https?://instagr\\.am/p/.*",
"https?://instagram\\.com/p/.*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment