Populate OpenGraph configurations to Opens.OpenGraph (#717)

* chore: read OpenGraph configurations

* docs: update CHANGELOG
This commit is contained in:
Outvi V 2025-06-24 23:12:26 +08:00 committed by GitHub
parent 1ca531b930
commit 15bd9b6a44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -353,6 +353,7 @@ func main() {
RedirectDomains: redirectDomainsList,
Target: *target,
WebmasterEmail: *webmasterEmail,
OpenGraph: policy.OpenGraph,
})
if err != nil {
log.Fatalf("can't construct libanubis.Server: %v", err)

View File

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Fix OpenGraph passthrough ([#717](https://github.com/TecharoHQ/anubis/issues/717))
## v1.20.0: Thancred Waters
The big ticket items are as follows: