From 15bd9b6a44aefcce328ac7821a6e8bd0f2ee00fc Mon Sep 17 00:00:00 2001 From: Outvi V <19144373+outloudvi@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:12:26 +0800 Subject: [PATCH] Populate OpenGraph configurations to `Opens.OpenGraph` (#717) * chore: read OpenGraph configurations * docs: update CHANGELOG --- cmd/anubis/main.go | 1 + docs/docs/CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/cmd/anubis/main.go b/cmd/anubis/main.go index f450ce5..17e771f 100644 --- a/cmd/anubis/main.go +++ b/cmd/anubis/main.go @@ -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) diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 7b61e35..07c04ad 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -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: