##! Please refer to the documentation at ##! https://coreruleset.org/docs/development/regex_assembly/. ##! ATTENTION: The rule files 931130.data and 931131.data are meant to be kept in sync. ##! They should result in the same regular expression used on different targets in different phases. ##!+ i ##!> assemble ##!=> (?:(?:url|jar):)? ##!=> ##!> include url-schemes ##!=> ://(?:[^@]+@)?([^/]*) ##!=> ##!<