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