When navigating to https://docs.farming-labs.dev/docs/cli, the page content fails to load, leaving a completely blank screen. This appears to be caused by an adblocker (uBlock Origin) blocking a specific network request.
To Reproduce
- Enable an adblocker (e.g., uBlock Origin).
- Navigate to
https://docs.farming-labs.dev/docs/cli.
- Observe that the page is blank.
Expected behavior
The documentation content should load regardless of whether an adblocker is active.
Screenshots
Desktop:
- OS: Window
- Browser: Firefox
- Adblocker Version: uBlock Origin 1.70.0
Additional context
The browser console/network tab shows that a POST request is being blocked. It seems the site's core functionality or content fetching might be tied to this domain, causing a hard failure when it is blocked.
When navigating to
https://docs.farming-labs.dev/docs/cli, the page content fails to load, leaving a completely blank screen. This appears to be caused by an adblocker (uBlock Origin) blocking a specific network request.To Reproduce
https://docs.farming-labs.dev/docs/cli.Expected behavior
The documentation content should load regardless of whether an adblocker is active.
Screenshots
Desktop:
Additional context
The browser console/network tab shows that a POST request is being blocked. It seems the site's core functionality or content fetching might be tied to this domain, causing a hard failure when it is blocked.