Skip to content

Commit

Permalink
Merge pull request #35 from alanorth/regex-dot-escaping
Browse files Browse the repository at this point in the history
COUNTER_Robots_list.json: Escape literal dots
  • Loading branch information
davidatmire committed Jul 22, 2020
2 parents 3d230fa + f5de7e6 commit c6efb58
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions COUNTER_Robots_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,8 @@
"last_changed": "2018-12-13"
},
{
"pattern": "mail.ru",
"pattern": "mail\\.ru",
"url": "https://help.mail.ru/webmaster/indexing/robots.txt/rules/user-agent",
"last_changed": "2017-08-08"
},
{
Expand Down Expand Up @@ -845,7 +846,7 @@
"last_changed": "2019-11-19"
},
{
"pattern": "pear.php.net",
"pattern": "pear\\.php\\.net",
"last_changed": "2017-08-08"
},
{
Expand Down Expand Up @@ -1095,7 +1096,9 @@
"last_changed": "2017-08-08"
},
{
"pattern": "w3af.org",
"pattern": "w3af\\.org",
"description": "Web Application Attack and Audit Framework",
"url": "https://w3af.org/",
"last_changed": "2017-08-08"
},
{
Expand Down

0 comments on commit c6efb58

Please sign in to comment.