Update open_graph_reader to 0.9.1 and set new config flag.

closes #8465
This commit is contained in:
Dennis Schubert
2025-06-22 14:04:29 +02:00
parent 452f46a548
commit aadd8396cc
6 changed files with 17 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ describe OpenGraphCache, type: :model do
stub_request(:head, "http:///wetter.com")
.with(headers: {
"Accept" => "text/html",
"User-Agent" => "OpenGraphReader/0.8.0 (+https://github.com/jhass/open_graph_reader)"
"User-Agent" => "OpenGraphReader/0.9.1 (+https://github.com/jhass/open_graph_reader)"
})
.to_return(status: 200, body: "", headers:
{"Set-Cookie" => "Dabgroup=A;path=/;Expires=Thu, 23 May 2019 16:12:01 GMT;httpOnly"})