diff --git a/lib/plugins/html/templates/url/thirdparty/index.pug b/lib/plugins/html/templates/url/thirdparty/index.pug index f4337be15..812299b5c 100644 --- a/lib/plugins/html/templates/url/thirdparty/index.pug +++ b/lib/plugins/html/templates/url/thirdparty/index.pug @@ -14,7 +14,7 @@ small if pagexray.cookieNamesThirdParties.length > 0 a(href='#third-party-cookies') Cookies | |  |  - if pagexray.firstParty.requests + if pagexray.firstParty.requests || options.firstParty a(href='#first-vs-third') First vs third |  |  a#third-party @@ -87,5 +87,5 @@ if thirdparty.possibileMissedThirdPartyDomains && thirdparty.possibileMissedThi include ./thirdPartyCookies.pug -if pagexray.firstParty.requests +if pagexray.firstParty.requests || options.firstParty include ./firstParty.pug