Pārlūkot izejas kodu

MastodonAPI.StatusView: Do not use site_name

site_name allow to spoof the origin of the domain and so hacks like:

<!-- served on https://hacktivis.me/tmp/joinmastodon.org.html -->
<meta property="og:image" content="https://hacktivis.me/datalove/img/meme/pleroma/mastodon%2C%20forbidden%20amuse%20yourself.jpeg" />
<meta property="og:title" content="Mastodon: Forbidden Amuse Yourself" />
<meta property="og:site_name" content="joinmastodon.org" />
<meta http-equiv="refresh" content="0; url=http://joinmastodon.org/">
fix/1518-admin-reports-timeout
Haelwenn (lanodan) Monnier pirms 4 gadiem
vecāks
revīzija
1257331291
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: D5B7A8E43C997DEE
2 mainītis faili ar 3 papildinājumiem un 5 dzēšanām
  1. +1
    -3
      lib/pleroma/web/mastodon_api/views/status_view.ex
  2. +2
    -2
      test/web/mastodon_api/views/status_view_test.exs

+ 1
- 3
lib/pleroma/web/mastodon_api/views/status_view.ex Parādīt failu

@@ -321,11 +321,9 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
nil
end

site_name = rich_media[:site_name] || page_url_data.host

%{
type: "link",
provider_name: site_name,
provider_name: page_url_data.host,
provider_url: page_url_data.scheme <> "://" <> page_url_data.host,
url: page_url,
image: image_url |> MediaProxy.url(),


+ 2
- 2
test/web/mastodon_api/views/status_view_test.exs Parādīt failu

@@ -491,7 +491,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
title: "Example website"
}

%{provider_name: "Example site name"} =
%{provider_name: "example.com"} =
StatusView.render("card.json", %{page_url: page_url, rich_media: card})
end

@@ -506,7 +506,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
description: "Example description"
}

%{provider_name: "Example site name"} =
%{provider_name: "example.com"} =
StatusView.render("card.json", %{page_url: page_url, rich_media: card})
end
end


Notiek ielāde…
Atcelt
Saglabāt