mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 20:29:48 -04:00
Populate OpenGraph configurations to Opens.OpenGraph
(#717)
* chore: read OpenGraph configurations * docs: update CHANGELOG
This commit is contained in:
parent
1ca531b930
commit
15bd9b6a44
@ -353,6 +353,7 @@ func main() {
|
|||||||
RedirectDomains: redirectDomainsList,
|
RedirectDomains: redirectDomainsList,
|
||||||
Target: *target,
|
Target: *target,
|
||||||
WebmasterEmail: *webmasterEmail,
|
WebmasterEmail: *webmasterEmail,
|
||||||
|
OpenGraph: policy.OpenGraph,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("can't construct libanubis.Server: %v", err)
|
log.Fatalf("can't construct libanubis.Server: %v", err)
|
||||||
|
@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Fix OpenGraph passthrough ([#717](https://github.com/TecharoHQ/anubis/issues/717))
|
||||||
|
|
||||||
## v1.20.0: Thancred Waters
|
## v1.20.0: Thancred Waters
|
||||||
|
|
||||||
The big ticket items are as follows:
|
The big ticket items are as follows:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user