Skip to content

Commit

Permalink
Fixes incorrect RDF URLs detection
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Jan 21, 2020
1 parent 31a58f8 commit a4c650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/finders/wp_version/rdf_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def process_urls(urls, _opts = {})
end

def passive_urls_xpath
'//a[contains(@href, "rdf")]/@href'
'//a[contains(@href, "/rdf")]/@href'
end

def aggressive_urls(_opts = {})
Expand Down

0 comments on commit a4c650c

Please sign in to comment.