You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,15 @@
2
2
3
3
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
-
## Unreleased
5
+
## Unreleased[minor]
6
6
7
-
### Changed
7
+
> Development of this feature was contributed by the [European Commission](https://commission.europa.eu/) for its [VLOP/VLOSE instance](https://code.europa.eu/dsa/terms-and-conditions-database/vlops-and-vloses/).
8
+
9
+
### Added
8
10
9
-
- Add extra options for fetchers, including support for (authentifying) proxies and switchin on/off headless mode and
10
-
sandboxing.
11
+
- Add proxy support for fetching documents behind firewalls or restricted networks; configure using `HTTP_PROXY` and `HTTPS_PROXY` (or `http_proxy` and `https_proxy`) environment variables
12
+
- Add debugging options to disable headless mode for visual troubleshooting during development; set `FETCHER_NO_HEADLESS=1` to show browser window
13
+
- Add sandbox control for improved compatibility with Docker and containerized environments; set `FETCHER_NO_SANDBOX=1` when running in containers
0 commit comments