Skip to content

Add custom HTTP headers support to handle server-side user agent filtering#119

Merged
becheran merged 6 commits intomasterfrom
copilot/fix-mlc-link-error
Dec 11, 2025
Merged

Add custom HTTP headers support to handle server-side user agent filtering#119
becheran merged 6 commits intomasterfrom
copilot/fix-mlc-link-error

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 10, 2025

Implementation Plan for Custom HTTP Headers

  • Add http-headers field to OptionalConfig struct in lib.rs
  • Add CLI argument --http-headers in cli.rs to accept custom headers
  • Update config file documentation in README.md
  • Modify http.rs to use custom headers from config when making HTTP requests
  • Add tests for custom header functionality
  • Validate changes work correctly with custom headers
  • Fix CI pipeline failures: apply rustfmt formatting and add missing http_headers field to test files

Summary

Successfully implemented custom HTTP headers support for mlc. This feature allows users to set custom User-Agent and other HTTP headers to work around issues where servers block requests based on headers.

Pipeline Fixes:

  • Applied cargo fmt to format code according to project style
  • Added missing http_headers: None field to all OptionalConfig instantiations in test files (end_to_end.rs and end_to_end_mock.rs)

All tests now pass successfully (96 tests total).

Original prompt

This section details on the original issue you should resolve

<issue_title>mlc reports an error on a link that works in other link checkers and via the browser.</issue_title>
<issue_description>Describe the bug
mlc reports an error on a link that works in other link checkers and via the browser.

To Reproduce

  1. On my project the README.md https://github.com/andrewdavidmackenzie/pigg/blob/master/README.md
  2. mlc
  3. Error reported
The following links could not be resolved:

./README.md (4, 1) => https://repology.org/project/pigg-x86-64-unknown-linux-gnu/versions

Expected behavior
mlc passes without error.

Desktop (please complete the following information):

  • OS: macos 15.4 Apple Silicon
  • Browser: brave (chrome)
  • Version: mlc v0.21.0

Additional context
I run other link checkers in GH Actions and they pass. I wanted one to run locally in make, and mlc seemed good, but it's failing.

I tried throttling but same result.</issue_description>

<agent_instructions>Allow setting of custom headers of mlc such as the user agent</agent_instructions>

Comments on the Issue (you are @copilot in this section)

@becheran Hm... Interesing. When I try to reach the link with curl I do get a 403 forbidden:
curl https://repology.org/project/pigg-x86-64-unknown-linux-gnu/versions
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>

What other link checkers work with this link?</comment_new>
<comment_new>@becheran
@eiriktsarpalis @andrewdavidmackenzie

Sorry for the late reply. I fail to reproduce this issue right now. I did install the latest mlc version on my system and added two links to my readme:

[foo](https://github.com/andrewdavidmackenzie/pigg/blob/master/README.md)
[bar](https://www.microsoft.com/de-de/windows/)

When running mlc ./README.md I do not get any errors?</comment_new>
<comment_new>@becheran

Maybe I spoke too soon. In my docs folder a link to this destination fails:

https://repology.org/project/pigg-x86-64-unknown-linux-gnu/versions

but works fine in browser

Hm... yes. But it is a bit of a strange side/server. I do get a 403 with this simple GET request using CURL as well:

curl https://repology.org/project/pigg-x86-64-unknown-linux-gnu/versions

I would guess that it is some kind of header that is checked here. Though I don't know how I could fix this in mlc since I can't know every behavior of every server out there.</comment_new>


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: becheran <22472855+becheran@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix mlc reporting error on valid link Add custom HTTP headers support to handle server-side user agent filtering Dec 10, 2025
Copilot AI requested a review from becheran December 10, 2025 20:01
Copy link
Copy Markdown
Owner

@becheran becheran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot fix pipelines which failed.

Co-authored-by: becheran <22472855+becheran@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Dec 11, 2025

@copilot fix pipelines which failed.

Fixed in e495e8a. The pipeline was failing due to:

  1. Code formatting issues - applied cargo fmt to match project style
  2. Missing http_headers field in test files - added http_headers: None to all OptionalConfig initializations in end_to_end.rs and end_to_end_mock.rs

All tests now pass (96 tests total).

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • badgen.net
    • Triggering command: target/debug/mlc target/debug/mlc ./README.md -d /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.1phancwsg1j6cj972g9z71kbz.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.22ttr2fzbu0pbt28t52cv091t.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.2aijv2ms8lr5lb7eyuvpu4o21.0peki7c.rcgu.o js96b4dvoe.09hkisl.rcgu.o 9osu0w6h07.09hkisl.rcgu.o zppjawssd0.09hkisl.rcgu.o xqok6jp4a5.09hkisl.rcgu.o etdv5y9q3p.09hkisl.rcgu.o gxng13emmm.09hkisl.rcgu.o evgay8ziwh.09hkisl.rcgu.o jx0bk6c4n0.09hkisl.rcgu.o 4h07bv6i4s.09hkisl.rcgu.o ec0sjtgkcu.09hkisl.rcgu.o p6agxx0xvs.09hkisl.rcgu.o jemu6le24q.09hkisl.rcgu.o 7e3pqwtyao.09hkisl.rcgu.o ce7t8kn4zl.09hkisl.rcgu.o (dns block)
  • doc.rust-lang.org
    • Triggering command: target/debug/mlc target/debug/mlc ./README.md -d /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.1phancwsg1j6cj972g9z71kbz.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.22ttr2fzbu0pbt28t52cv091t.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.2aijv2ms8lr5lb7eyuvpu4o21.0peki7c.rcgu.o js96b4dvoe.09hkisl.rcgu.o 9osu0w6h07.09hkisl.rcgu.o zppjawssd0.09hkisl.rcgu.o xqok6jp4a5.09hkisl.rcgu.o etdv5y9q3p.09hkisl.rcgu.o gxng13emmm.09hkisl.rcgu.o evgay8ziwh.09hkisl.rcgu.o jx0bk6c4n0.09hkisl.rcgu.o 4h07bv6i4s.09hkisl.rcgu.o ec0sjtgkcu.09hkisl.rcgu.o p6agxx0xvs.09hkisl.rcgu.o jemu6le24q.09hkisl.rcgu.o 7e3pqwtyao.09hkisl.rcgu.o ce7t8kn4zl.09hkisl.rcgu.o (dns block)
  • foorandomnotvalidurlbla0.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • foorandomnotvalidurlbla1.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • foorandomnotvalidurlbla2.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • foorandomnotvalidurlbla3.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • foorandomnotvalidurlbla4.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • foorandomnotvalidurlbla5.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • foorandomnotvalidurlbla6.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • foorandomnotvalidurlbla7.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • foorandomnotvalidurlbla8.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • foorandomnotvalidurlbla9.de
    • Triggering command: /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e /home/REDACTED/work/mlc/mlc/target/debug/deps/throttle-7d1cd0fdd21c242e --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie om48qjkmtat9sen.0aoi2id.rcgu.o 7w0y8i37kit4a4b.0aoi2id.rcgu.o tlyww4g08gur9mm.0aoi2id.rcgu.o plo5675f9iq1zhi.0aoi2id.rcgu.o mms52e39barzsz6.0aoi2id.rcgu.o c8h084uo7ncwlvm.0aoi2id.rcgu.o o4i7zjvuv5u47be.0aoi2id.rcgu.o u1qtiaim2cwmov9.0aoi2id.rcgu.o gkmyhmhy4u5ty9a.0aoi2id.rcgu.o 71cejg7inteiaiz.0aoi2id.rcgu.o qxwsqs9tmg1qq6d.0aoi2id.rcgu.o esnjl0317y6betp.0aoi2id.rcgu.o gy0q4yxmz3ecz39.0aoi2id.rcgu.o c4zujj0p28b2s5z.0aoi2id.rcgu.o (dns block)
  • img.shields.io
    • Triggering command: target/debug/mlc target/debug/mlc ./README.md -d /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.1phancwsg1j6cj972g9z71kbz.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.22ttr2fzbu0pbt28t52cv091t.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.2aijv2ms8lr5lb7eyuvpu4o21.0peki7c.rcgu.o js96b4dvoe.09hkisl.rcgu.o 9osu0w6h07.09hkisl.rcgu.o zppjawssd0.09hkisl.rcgu.o xqok6jp4a5.09hkisl.rcgu.o etdv5y9q3p.09hkisl.rcgu.o gxng13emmm.09hkisl.rcgu.o evgay8ziwh.09hkisl.rcgu.o jx0bk6c4n0.09hkisl.rcgu.o 4h07bv6i4s.09hkisl.rcgu.o ec0sjtgkcu.09hkisl.rcgu.o p6agxx0xvs.09hkisl.rcgu.o jemu6le24q.09hkisl.rcgu.o 7e3pqwtyao.09hkisl.rcgu.o ce7t8kn4zl.09hkisl.rcgu.o (dns block)
  • opensource.org
    • Triggering command: target/debug/mlc target/debug/mlc ./README.md -d /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.1phancwsg1j6cj972g9z71kbz.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.22ttr2fzbu0pbt28t52cv091t.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.2aijv2ms8lr5lb7eyuvpu4o21.0peki7c.rcgu.o js96b4dvoe.09hkisl.rcgu.o 9osu0w6h07.09hkisl.rcgu.o zppjawssd0.09hkisl.rcgu.o xqok6jp4a5.09hkisl.rcgu.o etdv5y9q3p.09hkisl.rcgu.o gxng13emmm.09hkisl.rcgu.o evgay8ziwh.09hkisl.rcgu.o jx0bk6c4n0.09hkisl.rcgu.o 4h07bv6i4s.09hkisl.rcgu.o ec0sjtgkcu.09hkisl.rcgu.o p6agxx0xvs.09hkisl.rcgu.o jemu6le24q.09hkisl.rcgu.o 7e3pqwtyao.09hkisl.rcgu.o ce7t8kn4zl.09hkisl.rcgu.o (dns block)
  • rust-lang.github.io
    • Triggering command: target/debug/mlc target/debug/mlc ./README.md -d /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.1phancwsg1j6cj972g9z71kbz.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.22ttr2fzbu0pbt28t52cv091t.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.2aijv2ms8lr5lb7eyuvpu4o21.0peki7c.rcgu.o js96b4dvoe.09hkisl.rcgu.o 9osu0w6h07.09hkisl.rcgu.o zppjawssd0.09hkisl.rcgu.o xqok6jp4a5.09hkisl.rcgu.o etdv5y9q3p.09hkisl.rcgu.o gxng13emmm.09hkisl.rcgu.o evgay8ziwh.09hkisl.rcgu.o jx0bk6c4n0.09hkisl.rcgu.o 4h07bv6i4s.09hkisl.rcgu.o ec0sjtgkcu.09hkisl.rcgu.o p6agxx0xvs.09hkisl.rcgu.o jemu6le24q.09hkisl.rcgu.o 7e3pqwtyao.09hkisl.rcgu.o ce7t8kn4zl.09hkisl.rcgu.o (dns block)
  • wiki.archlinux.org
    • Triggering command: target/debug/mlc target/debug/mlc ./README.md -d /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.1phancwsg1j6cj972g9z71kbz.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.22ttr2fzbu0pbt28t52cv091t.0peki7c.rcgu.o /home/REDACTED/work/mlc/mlc/target/debug/deps/end_to_end-c67ddac374098736.2aijv2ms8lr5lb7eyuvpu4o21.0peki7c.rcgu.o js96b4dvoe.09hkisl.rcgu.o 9osu0w6h07.09hkisl.rcgu.o zppjawssd0.09hkisl.rcgu.o xqok6jp4a5.09hkisl.rcgu.o etdv5y9q3p.09hkisl.rcgu.o gxng13emmm.09hkisl.rcgu.o evgay8ziwh.09hkisl.rcgu.o jx0bk6c4n0.09hkisl.rcgu.o 4h07bv6i4s.09hkisl.rcgu.o ec0sjtgkcu.09hkisl.rcgu.o p6agxx0xvs.09hkisl.rcgu.o jemu6le24q.09hkisl.rcgu.o 7e3pqwtyao.09hkisl.rcgu.o ce7t8kn4zl.09hkisl.rcgu.o (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@becheran becheran marked this pull request as ready for review December 11, 2025 21:23
@eiriktsarpalis
Copy link
Copy Markdown

@becheran thanks for taking the time to submit this fix. Out of curiosity, what's the best way one could configure headers in the docker container used by the mlc gh-action?

@becheran
Copy link
Copy Markdown
Owner

@eiriktsarpalis try the latest version 1.2.0 which I just released. See the readme on how to pass arguments. You can either write a mlc.toml file for configurations or pass command line args to mlc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mlc reports an error on a link that works in other link checkers and via the browser.

3 participants