aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/botPolicies.json2
-rw-r--r--docs/docs/CHANGELOG.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/data/botPolicies.json b/data/botPolicies.json
index 0852f50..7d6e4cb 100644
--- a/data/botPolicies.json
+++ b/data/botPolicies.json
@@ -675,7 +675,7 @@
},
{
"name": "generic-browser",
- "user_agent_regex": "Mozilla",
+ "user_agent_regex": "Mozilla|Opera",
"action": "CHALLENGE"
}
],
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md
index 8280533..ebcd35c 100644
--- a/docs/docs/CHANGELOG.md
+++ b/docs/docs/CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Whitelisted [DuckDuckBot](https://duckduckgo.com/duckduckgo-help-pages/results/duckduckbot/) in botPolicies
- Improvements to build scripts to make them less independent of the build host
- Improved the OpenGraph error logging
+- Added `Opera` to the `generic-browser` bot policy rule
- Added FreeBSD rc.d script so can be run as a FreeBSD daemon.
- Allow requests from the Internet Archive
- Added example nginx configuration to documentation