Weighs the soul of incoming HTTP requests to stop AI crawlers

Populate OpenGraph configurations to `Opens.OpenGraph` (#717)

* chore: read OpenGraph configurations

* docs: update CHANGELOG

authored by

Outvi V and committed by
GitHub
15bd9b6a 1ca531b9

+3
+1
cmd/anubis/main.go
··· 353 RedirectDomains: redirectDomainsList, 354 Target: *target, 355 WebmasterEmail: *webmasterEmail, 356 }) 357 if err != nil { 358 log.Fatalf("can't construct libanubis.Server: %v", err)
··· 353 RedirectDomains: redirectDomainsList, 354 Target: *target, 355 WebmasterEmail: *webmasterEmail, 356 + OpenGraph: policy.OpenGraph, 357 }) 358 if err != nil { 359 log.Fatalf("can't construct libanubis.Server: %v", err)
+2
docs/docs/CHANGELOG.md
··· 11 12 ## [Unreleased] 13 14 ## v1.20.0: Thancred Waters 15 16 The big ticket items are as follows:
··· 11 12 ## [Unreleased] 13 14 + - Fix OpenGraph passthrough ([#717](https://github.com/TecharoHQ/anubis/issues/717)) 15 + 16 ## v1.20.0: Thancred Waters 17 18 The big ticket items are as follows: