trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page)) line is coming in Every Page


プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

 

要約

Users are getting \#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page)) line  after upgrading to Confluence 7.0 and above if they have used the trackback feature in their Customizations.

環境

7.0 and above

原因

  • In Versions prior to 7.0, Trackback enabled Confluence to send and receive trackback pings when pages are linked.  Referrers appear on the Page Information view of a page, and list clicks from external websites to the page. Trackback is no longer widely used in modern websites, and because it relies on accepting unauthenticated requests to a particular URL, is a spam vector.
  • We removed the trackback and referrers features completely in Confluence 7.0 as per the feature request.
  • Because of this the Trackback used in the Customizations does not work as expected and gets printed on the Pages.

ソリューション

If you are getting this line on every page you can follow below steps to get rid of this.

 次に行うこと

  • You can either remove the line #trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page)) from the Page layout or comment it out. 
  • To comment you have to just add one #. So the commented line will look like
    • ##trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
      
  • To remove this from a particular Space,
    • Go to "Space Tools -> Look and Feel"
  • Go to the Layout tab and click on  Edit option for the Page Layout:

  • Take a backup  of the Page layout (copy to notepad or something) and remove the line that begins with #trackbackRdf from it and save.
  • If you want to remove it from all Spaces
    • Go to General Configuration→ Layouts→ Page Layout and follow the same steps as mentioned above.


Last modified on Mar 11, 2021

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.