![]() |
|
|
#1 |
|
Apr 2012
810 Posts |
In the account settings page, it is stated that the website URL “must begin with "http://" or "https://"”, so it seems that https:// should also work, but by using it, I get an “Invalid URL” message. This would need to be redefined:
Code:
function IsValidURL(urlstring) {
return MatchesPattern(urlstring.toLowerCase(), 'http:\\/\\/[\\w\\-]+(\\.[\\w\\-]+)+');
}
Last fiddled with by IvanP on 2015-07-25 at 08:41 |
|
|
|
|
|
#2 | |
|
Serpentine Vermin Jar
Jul 2014
7·11·43 Posts |
Quote:
I don't know if that's a fix for James since it's actually in Javascript (not even sure if that's a 3rd party script or not), but one way or another we'll check into it and hopefully just an easy regex fix. That's a REALLY old version of the jsFormValidation ... ick. It's kind of abandonware, apparently. I'm probably better off just patching it to use (http|https) in that part of the regex.
|
|
|
|
|
|
|
#3 |
|
Serpentine Vermin Jar
Jul 2014
63578 Posts |
|
|
|
|
|
|
#4 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
|
|
|
|
|
|
#5 |
|
Serpentine Vermin Jar
Jul 2014
7×11×43 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Invalid certificate? | IvanP | FactorDB | 3 | 2012-05-11 12:17 |
| Invalid Redirect URL? | cheesehead | Forum Feedback | 5 | 2011-08-17 23:24 |
| d: Invalid int value/precision '5184000' | Unregistered | Information & Answers | 5 | 2008-11-06 22:39 |
| Invalid int value/precision 6144 | Unregistered | Information & Answers | 2 | 2008-11-02 08:09 |
| invalid root | junky | NFSNET Discussion | 0 | 2004-03-26 02:14 |