From 6c2786dd78b9f401db36a809170fe8859fec2db1 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 4 Oct 2020 16:51:58 -0700 Subject: [PATCH] Add noreferrer to all external links --- data/interfaces/default/base.html | 20 +++++++++---------- .../default/configuration_table.html | 20 +++++++++---------- data/interfaces/default/info.html | 6 +++--- .../interfaces/default/newsletter_config.html | 2 +- data/interfaces/default/settings.html | 20 +++++++++---------- data/interfaces/default/support.html | 4 ++-- .../newsletters/recently_added.html | 18 ++++++++--------- .../newsletters/recently_added.internal.html | 18 ++++++++--------- 8 files changed, 54 insertions(+), 54 deletions(-) diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index 8e435b43..16279fb3 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -50,17 +50,17 @@ % if plexpy.UPDATE_AVAILABLE is None: You are running an unknown version of Tautulli.
% elif plexpy.UPDATE_AVAILABLE == 'release': - A + A new release (${plexpy.LATEST_RELEASE}) of Tautulli is available!
% elif plexpy.UPDATE_AVAILABLE == 'commit': - A + A newer version of Tautulli is available!
You are ${plexpy.COMMITS_BEHIND} commit${'s' if plexpy.COMMITS_BEHIND > 1 else ''} behind.
% endif % if plexpy.INSTALL_TYPE == 'docker': Update your Docker container or Dismiss % elif plexpy.INSTALL_TYPE in ('windows', 'macos'): - Download and install the latest version or Dismiss + Download and install the latest version or Dismiss % else: Update or Dismiss % endif @@ -138,7 +138,7 @@
  • Settings
  • View Logs
  • -
  • FAQ
  • +
  • FAQ
  • Support
  • Donate
  • @@ -241,7 +241,7 @@ ${next.modalIncludes()}

    Click the button below to continue to GitHub.

    - +   Sponsor @@ -249,7 +249,7 @@ ${next.modalIncludes()}

    Click the button below to continue to Patreon.

    - + Become a Patron @@ -257,7 +257,7 @@ ${next.modalIncludes()}

    Click the button below to continue to PayPal.

    - + PayPal @@ -329,15 +329,15 @@ ${next.modalIncludes()} if (result.update === null) { msg = 'You are running an unknown version of Tautulli.
    '; } else if (result.update === true && result.release === true) { - msg = 'A new release (' + result.latest_release + ') of Tautulli is available!
    '; + msg = 'A new release (' + result.latest_release + ') of Tautulli is available!
    '; } else if (result.update === true && result.release === false) { - msg = 'A newer version of Tautulli is available!
    ' + + msg = 'A newer version of Tautulli is available!
    ' + 'You are '+ result.commits_behind + ' commit' + (result.commits_behind > 1 ? 's' : '') + ' behind.
    '; } if (result.install_type === 'docker') { msg += 'Update your Docker container or Dismiss'; } else if (result.install_type === 'windows' || result.install_type === 'macos') { - msg += 'Download and install the latest version or Dismiss' + msg += 'Download and install the latest version or Dismiss' } else { msg += 'Update or Dismiss'; } diff --git a/data/interfaces/default/configuration_table.html b/data/interfaces/default/configuration_table.html index 1fed45bd..90ff08a6 100644 --- a/data/interfaces/default/configuration_table.html +++ b/data/interfaces/default/configuration_table.html @@ -22,11 +22,11 @@ DOCUMENTATION :: END % if plexpy.CURRENT_VERSION: Git Branch: - ${plexpy.CONFIG.GIT_BRANCH} + ${plexpy.CONFIG.GIT_BRANCH} Git Commit Hash: - ${plexpy.CURRENT_VERSION} + ${plexpy.CURRENT_VERSION} % endif @@ -78,19 +78,19 @@ DOCUMENTATION :: END Resources: - Tautulli Website | - GitHub Source | - GitHub Issues | - GitHub Wiki | - FeatHub Feature Requests + Tautulli Website | + GitHub Source | + GitHub Issues | + GitHub Wiki | + FeatHub Feature Requests Support: - Tautulli Discord Server | - Tautulli Subreddit | - Plex Forums + Tautulli Discord Server | + Tautulli Subreddit | + Plex Forums diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index 61b8e259..029839cd 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -185,11 +185,11 @@ DOCUMENTATION :: END
    diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index c20f32c0..4a0cdc7a 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -828,7 +828,7 @@

    Optional: Set your Plex logs folder to use Tautulli as a log viewer. Plex logs are not needed for Tautulli to function. A complete folder path is required, shortcuts are not recognized, and the logs must be accessible from the machine where Tautulli is installed. - Click here for help. + Click here for help.

    @@ -1177,7 +1177,7 @@ Add a new notification agent, or configure an existing notification agent by clicking the settings icon on the right.

    - Please see the Notification Agents Guide for instructions on setting up each notification agent. + Please see the Notification Agents Guide for instructions on setting up each notification agent.


    @@ -1239,7 +1239,7 @@

    - Please see the 3rd Party APIs Guide for instructions on setting up Imgur.
    + Please see the 3rd Party APIs Guide for instructions on setting up Imgur.
    Warning: Imgur uploads are rate-limited and newsletters may exceed the limit. Please use Cloudinary for newsletters instead.

    @@ -1262,7 +1262,7 @@

    - Please see the 3rd Party APIs Guide for instructions on setting up Cloudinary. + Please see the 3rd Party APIs Guide for instructions on setting up Cloudinary.

    @@ -1485,9 +1485,9 @@

    - Get the Tautulli Remote app on Google PlayTM to access Tautulli from your Android device!
    + Get the Tautulli Remote app on Google PlayTM to access Tautulli from your Android device!
    - Get it on Google Play + Get it on Google Play

    @@ -1523,14 +1523,14 @@
    @@ -1545,12 +1545,12 @@
    diff --git a/data/interfaces/default/support.html b/data/interfaces/default/support.html index 501497fc..ab874fad 100644 --- a/data/interfaces/default/support.html +++ b/data/interfaces/default/support.html @@ -16,10 +16,10 @@
    diff --git a/data/interfaces/newsletters/recently_added.html b/data/interfaces/newsletters/recently_added.html index 7065ec20..4ceac70b 100644 --- a/data/interfaces/newsletters/recently_added.html +++ b/data/interfaces/newsletters/recently_added.html @@ -546,7 +546,7 @@ % if base_url and not preview: % endif @@ -599,7 +599,7 @@
    @@ -610,7 +610,7 @@
    - +
    @@ -728,7 +728,7 @@
    - ${movie['title']} + ${movie['title']}
    @@ -739,7 +739,7 @@
    - +
    @@ -872,7 +872,7 @@
    - ${show['title']} + ${show['title']}
    @@ -883,7 +883,7 @@
    - +
    @@ -986,7 +986,7 @@
    - ${album['title']} + ${album['title']}
    @@ -997,7 +997,7 @@
    - +
    diff --git a/data/interfaces/newsletters/recently_added.internal.html b/data/interfaces/newsletters/recently_added.internal.html index b16f5851..0768b8a7 100644 --- a/data/interfaces/newsletters/recently_added.internal.html +++ b/data/interfaces/newsletters/recently_added.internal.html @@ -546,7 +546,7 @@ Tautulli Newsletter - ${subject} % if base_url and not preview: % endif
    - ${video['title']} + ${video['title']}
    @@ -599,7 +599,7 @@
    @@ -610,7 +610,7 @@
    - +
    @@ -728,7 +728,7 @@
    - ${movie['title']} + ${movie['title']}
    @@ -739,7 +739,7 @@
    - +
    @@ -872,7 +872,7 @@
    - ${show['title']} + ${show['title']}
    @@ -883,7 +883,7 @@
    - +
    @@ -986,7 +986,7 @@
    - ${album['title']} + ${album['title']}
    @@ -997,7 +997,7 @@
    - +
    - ${video['title']} + ${video['title']}