Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

Auto Referer version history - 21 versions

Auto Referer by GarryW

Rated 4 out of 5
4 Stars out of 5
5
5
4
1
3
0
2
1
1
1
Auto Referer version history - 21 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 0.8.51

    Released Aug 1, 2024 - 35.74 KB
    Works with firefox 58.0 and later, android 120.0 and later

    Source code released under GNU General Public License v2.0 only

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 0.8.50

    Released Jul 19, 2024 - 35.74 KB
    Works with firefox 102.0 and later, android 120.0 and later
    Allow user to disable built-in allowlist
    Describe the reason why there's built-in allowlist

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.45

    Released Jul 1, 2024 - 35.29 KB
    Works with firefox 58.0 and later, android 120.0 and later
    more in whitelist

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.42

    Released May 27, 2024 - 35.21 KB
    Works with firefox 48.0 and later, android 120.0 and later
    add some to whitelist

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.40

    Released Jan 19, 2024 - 35.17 KB
    Works with firefox 48.0 and later, android 120.0 and later
    background color of redirecting page

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.32

    Released Nov 8, 2023 - 35.18 KB
    Works with firefox 48.0 and later, android 120.0 and later
    change how whitelist work on HTTP header modifying

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.30

    Released Oct 18, 2023 - 34.88 KB
    Works with firefox 48.0 and later, android 120.0 and later
    Add some to allowlist and add a is_whitelisted_single() function

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.25

    Released Dec 1, 2022 - 34.74 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    fix urlencode bug

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.21

    Released Nov 14, 2022 - 34.7 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    update allowlist

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.12

    Released Oct 9, 2022 - 33.34 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    new method to deal with document.referrer

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.6

    Released Sep 27, 2022 - 31.2 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    This is same as 0.8.1
    Because last version 0.8.3 may have some bugs
    This version is for reverting

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.3

    Released Sep 23, 2022 - 24.76 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    add hard-coded whitelist

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.8.1

    Released Jan 15, 2022 - 31.13 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    support keyboard shortcut

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.7.0

    Released Jun 6, 2021 - 26.34 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Because of the browser bug, we've implemented a workaround to improve protection. Please enable workaround in addon settings.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.6.551

    Released Apr 13, 2021 - 24.38 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Same as 0.6.412. Revert to old version.
    I need more investigation and tests before releasing new feature to users

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.6.412

    Released Apr 7, 2021 - 24.38 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.6.410

    Released Mar 17, 2021 - 24.34 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.6.400

    Released Mar 8, 2021 - 24.27 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Notice: Due to browser bug on javascript document.referrer on Firefox 69+ (1601496, 1601743), using this addon we can get 70% of expected protection until Mozilla fixes that bug.

    Referer policy:
    1. For webs' top frame (i.e. clicking link, navigating, redirecting etc.):
      1. If origin and target url have same domain, allow trimmed referer
      2. If origin and target url have different domain, no referer
    2. For in-page resources (images, videos, js, css etc.), allow trimmed referer (this is the key to not break most webs, also a balance between privacy and experience)
    3. Trim referer: Any referer should be no more than http(s)://domain-name:port/ (like Firefox's native about:config setting network.http.referer.trimmingPolicy = 2).
    4. Not allow referer that not starts with "http" or "https". (Please feedback if you find something broken due to this)
    5. No referer when downgrade from HTTPS to HTTP

    If user find a web broken, user can temporary set this addon disabled via toolbar button for:
    • this one tab
    • this one tab and new tabs opened by this tab
    • this one window
    • globally
    there's toolbar button badge indicating disabling status.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.6.2

    Released Sep 24, 2020 - 18.45 KB
    Works with firefox 63.0 and later, android 63.0 to 68.*
    change some ui string

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.6.1

    Released Apr 9, 2020 - 18.45 KB
    Works with firefox 63.0 and later, android 63.0 to 68.*
    add toolbar button

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.6

    Released Mar 26, 2020 - 8.33 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*

    Source code released under GNU General Public License v2.0 only

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.