XF 2.2 Imgur regex

JoyFreak

Well-known member
Does anyone know why the below regex isn't working/saving:
Code:
('/^(http|https):\/\/(.*?)\.(imgur)\.(com)\/(.*?)\.(png|jpg|gif|PNG|JPG|GIF)$/i',$url)

I'm trying to make it so users are only allowed to link to imgur with JPG, PNG, GIF supported types.
 
Top Bottom