Changes between Initial Version and Version 1 of Rules/InvalidWebsiteProtocol


Ignore:
Timestamp:
2023-04-06T23:17:55+02:00 (2 years ago)
Author:
CjMalone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rules/InvalidWebsiteProtocol

    v1 v1  
     1= Invalid Website Protocol rule =
     2
     3{{{
     4#!rule
     5meta {
     6    title: "Invalid Website Protocol";
     7    version: "1.[[revision]]_[[date]]";
     8    author: "CjMalone";
     9    link: "https://josm.openstreetmap.de/wiki/Rules/InvalidWebsiteProtocol";
     10    baselanguage: "en";
     11}
     12
     13*[website!~/^https?:\/\/.*/], *[contact:website!~/^https?:\/\//] {
     14    throwWarning: "Websites should start with http:// or https://";
     15}
     16}}}