Changes between Version 1 and Version 2 of Rules/InvalidWebsiteProtocol


Ignore:
Timestamp:
2023-04-07T14:32:25+02:00 (2 years ago)
Author:
CjMalone
Comment:

Only trigger when tag exists

Legend:

Unmodified
Added
Removed
Modified
  • Rules/InvalidWebsiteProtocol

    v1 v2  
    1111}
    1212
    13 *[website!~/^https?:\/\/.*/], *[contact:website!~/^https?:\/\//] {
     13*[website][website!~/^https?:\/\/.*/], *["contact:website"]["contact:website"!~/^https?:\/\//] {
    1414    throwWarning: "Websites should start with http:// or https://";
    1515}