Changes between Version 1 and Version 2 of Rules/InvalidWebsiteProtocol
- Timestamp:
- 2023-04-07T14:32:25+02:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/InvalidWebsiteProtocol
v1 v2 11 11 } 12 12 13 *[website!~/^https?:\/\/.*/], *[contact:website!~/^https?:\/\//] { 13 *[website][website!~/^https?:\/\/.*/], *["contact:website"]["contact:website"!~/^https?:\/\//] { 14 14 throwWarning: "Websites should start with http:// or https://"; 15 15 }