mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[BASILISK] Hide tracking protection title from aboutPrivateBrowsing if safebrowsing isn't built
This commit is contained in:
parent
553c699745
commit
3709728fb1
1 changed files with 2 additions and 0 deletions
|
|
@ -35,7 +35,9 @@
|
|||
<div class="showPrivate about-content-container">
|
||||
<h1 class="title">
|
||||
<span id="title">&privateBrowsing.title;</span>
|
||||
#ifdef MOZ_SAFE_BROWSING
|
||||
<span id="titleTracking">&privateBrowsing.title.tracking;</span>
|
||||
#endif
|
||||
</h1>
|
||||
<section class="section-main">
|
||||
<p>&aboutPrivateBrowsing.info.notsaved.before;<strong>&aboutPrivateBrowsing.info.notsaved.emphasize;</strong>&aboutPrivateBrowsing.info.notsaved.after;</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue