Skip to content

Ignore all anchor links instead of only '#'

Created by: MichaelHeerklotz

  • examples/check_url_types.c: Modified _normalize_uri() to ignore all anchor links
  • examples/print_css_urls2.c: Modified css_parse_uri() and _convert_links() to ignore all anchor links
  • src/wget.c: Modified _normalize_uri() and _convert_links() to ignore all anchor links

I think we should ignore all anchor links, not just only '#', or am I missing something?

Merge request reports