Skip to content

Commit

Permalink
Add to xmlrpc.php to exclude patterns for lycheeverse#470
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist authored Oct 5, 2023
1 parent a4eacdf commit 9648df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lychee-lib/src/filter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const FALSE_POSITIVE_PAT: &[&str] = &[
r"^https?://www.w3.org/2000/svg",
r"^https?://ogp.me/ns#",
r"^https?://schemas.microsoft.com",
r"^https?://(.*)/xmlrpc.php$"
];

static FALSE_POSITIVE_SET: Lazy<RegexSet> =
Expand Down

0 comments on commit 9648df7

Please sign in to comment.