[PR #181] [MERGED] Feature/chrome user agent #4095

Closed
opened 2026-03-15 01:25:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/181
Author: @n0ncetonic
Created: 3/19/2019
Status: Merged
Merged: 3/19/2019
Merged by: @pirate

Base: masterHead: feature/chrome_user-agent


📝 Commits (5)

  • 127c72b Adds HEADLESS_USER_AGENT variable
  • a13f22d Adds support for HEADLESS_USER_AGENT for Chrome
  • e230e27 Changes HEADLESS_USER_AGENT to CHROME_USER_AGENT
  • 8b64869 Changes HEADLESS_USER_AGENT to CHROME_USER_AGENT
  • 49c428c make both user agents equal

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

📝 archivebox/archive_methods.py (+4 -0)
📝 etc/ArchiveBox.conf.default (+2 -1)

📄 Description

Summary

Adds support for user defined User-Agent strings for Chrome/Headless via the HEADLESS_USER_AGENT environment variable/configuration variable.

Related to #180

Changes these areas

  • Config
  • Bugfixes
  • Command line interface
  • Feature behavior
  • Internal design
  • Archived data layout on disk

Roadmap Goals

This PR does not specifically address any of the currently posted roadmap goals but I believe it adds robustness to the core feature set of ArchiveBox and ensures a larger percentage of websites are supported with minimal changes to the code base.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/181 **Author:** [@n0ncetonic](https://github.com/n0ncetonic) **Created:** 3/19/2019 **Status:** ✅ Merged **Merged:** 3/19/2019 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `master` ← **Head:** `feature/chrome_user-agent` --- ### 📝 Commits (5) - [`127c72b`](https://github.com/ArchiveBox/ArchiveBox/commit/127c72bd79349f9fad805dbd7f5434b77736961d) Adds HEADLESS_USER_AGENT variable - [`a13f22d`](https://github.com/ArchiveBox/ArchiveBox/commit/a13f22d15afab25f2065cd6ee17374fc43ef02e5) Adds support for HEADLESS_USER_AGENT for Chrome - [`e230e27`](https://github.com/ArchiveBox/ArchiveBox/commit/e230e279298b634c32c555cceccc130258e79d22) Changes HEADLESS_USER_AGENT to CHROME_USER_AGENT - [`8b64869`](https://github.com/ArchiveBox/ArchiveBox/commit/8b648696fc03f871dde325f43f5abf7c4b12aefb) Changes HEADLESS_USER_AGENT to CHROME_USER_AGENT - [`49c428c`](https://github.com/ArchiveBox/ArchiveBox/commit/49c428cb6c95c996efb572415537b0d92053fbbd) make both user agents equal ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/archive_methods.py` (+4 -0) 📝 `etc/ArchiveBox.conf.default` (+2 -1) </details> ### 📄 Description # Summary Adds support for user defined User-Agent strings for Chrome/Headless via the `HEADLESS_USER_AGENT` environment variable/configuration variable. Related to #180 # Changes these areas - [x] Config - [ ] Bugfixes - [ ] Command line interface - [x] Feature behavior - [ ] Internal design - [ ] Archived data layout on disk # Roadmap Goals This PR does not specifically address any of the currently posted roadmap goals but I believe it adds robustness to the core feature set of ArchiveBox and ensures a larger percentage of websites are supported with minimal changes to the code base. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 01:25:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#4095
No description provided.