Buscador de complementos para Firefox
  • Extensiones
  • Temas
    • para Firefox
    • Diccionarios y paquetes de idiomas
    • Otros sitios de navegadores
    • Complementos para Android
Iniciar sesión
Icono del complemento

Historial de versiones de Port Authority - 25 versiones

Port Authority por Hacks and Hops

Se valoró con 4,6 de 5
4,6 estrellas de 5
5
34
4
5
3
4
2
1
1
0
Historial de versiones de Port Authority - 25 versiones
  • ¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.

  • Última versión

    Versión 2.1.0

    Lanzada el 25 de abr. de 2025 - 173,62 KB
    Compatible con firefox 58.0 y superiores
    Converting to module syntax and Lock API standardization in BrowserStorageManager by @mwsundberg in #42
    Prevent localhost.example.com from being able to run portscans & add stricter same-origin/first-party checks. Fixes #54 by @mwsundberg in #55

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Necesitarás Firefox para usar esta extensión
    Descarga Firefox y obtiene la extensión
    Descargar archivo
  • Versiones antiguas

    Versión 2.0.0

    Lanzada el 28 de feb. de 2025 - 166,5 KB
    Compatible con firefox 58.0 y superiores
    Improved memory management to prevent race conditions and memory leak which filled the extension memory and caused the extension to crash
    Added domain whitelist support
    Updated regex to fix 0.0.0.0 Day
    Added persistent settings after reboot
    Added domain to the notification

    More Information: https://github.com/ACK-J/Port_Authority/pull/43

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.1.4

    Lanzada el 3 de ago. de 2023 - 169,74 KB
    Compatible con firefox 48.0 y superiores
    - Reverted code back to 1.1.2 for the time being since there were a lot of issues reported with 1.1.3

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.1.3

    Lanzada el 2 de ago. de 2023 - 175,8 KB
    Compatible con firefox 48.0 y superiores
    Big update thanks to @jjk1492:
    - Performance Improvements
    - Fixed a bug that filled up all the RAM allowed by the extension which led to crashes.
    - The long awaited whitelist has been added to prevent chosen domains from having requests blocked (Click on the gear in the top right corner)
    - Refactoring and cleanup of code

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.1.2

    Lanzada el 1 de dic. de 2022 - 169,74 KB
    Compatible con firefox 48.0 y superiores
    - Removed IPv6 regex as it was never used and was likely causing the crashes everyone experienced

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.1.1

    Lanzada el 29 de sep. de 2021 - 159,57 KB
    Compatible con firefox 48.0 y superiores
    - Fixed GUI bug where the Port Scans Blocked header wouldn't show up until one was blocked
    - Fixed JSON parsing error when there was no current blocked ports found

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.1.0

    Lanzada el 27 de sep. de 2021 - 159,45 KB
    Compatible con firefox 48.0 y superiores
    - @jjk1492 Added Dynamic GUI to visualize blocked scripts, and local port scans
    - @laniakea64 Fixed bug where PortAUthority would not work properly in Private Windows
    - https://github.com/ACK-J/Port_Authority/commit/756d473371a42af9b3546837d1363a35f6d99db4

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.19

    Lanzada el 6 de jul. de 2021 - 44,96 KB
    Compatible con firefox 48.0 y superiores
    - Added option to enable and disable notifications
    - Updated regex to include ipv6 addresses with brackets

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.18

    Lanzada el 16 de jun. de 2021 - 44,29 KB
    Compatible con firefox 48.0 y superiores
    - Cleaned up GUI by removing "Blocked hosts" from the bottom since it has not been implemented yet.
    - Made alert text more clear

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.17

    Lanzada el 28 de abr. de 2021 - 43,47 KB
    Compatible con firefox 48.0 y superiores
    - Toggle in UI to start / stop Port Authority's blocking feature now works!
    - Cleaned up code
    - Merged pull request all credit goes to @laniakea64 for the fixes
    https://github.com/ACK-J/Port_Authority/commit/776d5a5a6a176fb4bebf12eb29826269ad70a94a

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.16

    Lanzada el 8 de abr. de 2021 - 43,83 KB
    Compatible con firefox 48.0 y superiores
    - Improved GUI switch but still not fully functional
    - updated regex to remove redundant \.
    - Updated notification text

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.15

    Lanzada el 1 de abr. de 2021 - 43,1 KB
    Compatible con firefox 48.0 y superiores
    - Updated logo

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.14

    Lanzada el 1 de abr. de 2021 - 48,38 KB
    Compatible con firefox 48.0 y superiores
    - Small change to remove verbose console.log() which was used for debugging

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.13

    Lanzada el 1 de abr. de 2021 - 48,38 KB
    Compatible con firefox 48.0 y superiores
    Regex
    - More efficient
    - Can properly detect 10. hosts now
    - Case insensitive
    - Includes ftp/ftps
    - added ^ so detections must start a string (so redirect urls dont FP)
    - https://regex101.com/r/DOPCdB/14

    ThreatMetrix script dynamic detection
    - Lexis Nexis is one of the worlds largest data brokers. Most of the sites that are port scnaning you are running their script called "threatmetrix" these scripts collect 416 pieces of personal information which is then encrypted (using XOR) into an image and sneakily sends it to a server that looks legit but then redirects to LexisNexis' main servers.
    - Moral of the story is this is a insane over-reach and invation of privacy. Port Authority now dynamically blocks ALL of these servers so you should never have to worry about this :)
    - Lastly, I added a notification so you know when this script is detected and blocked.

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.12

    Lanzada el 30 de mar. de 2021 - 24,06 KB
    Compatible con firefox 48.0 y superiores
    - Updated regex to fix FP for 10. networks

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.11

    Lanzada el 30 de mar. de 2021 - 24,07 KB
    Compatible con firefox 48.0 y superiores
    - Made regex case insensitive

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.10

    Lanzada el 30 de mar. de 2021 - 23,99 KB
    Compatible con firefox 48.0 y superiores
    - Updated regex

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.9

    Lanzada el 24 de mar. de 2021 - 24,03 KB
    Compatible con firefox 48.0 y superiores
    - seperated the number of blocks on a per tab basis and made alerts fire once per tab

    Se publicó el código fuente bajo la licencia GNU General Public License v2.0 only

    Descargar archivo
  • Versión 1.0.8

    Lanzada el 24 de mar. de 2021 - 23,63 KB
    Compatible con firefox 48.0 y superiores
    - updated regex to be more efficient and also correctly match the entire class B private IP space of 172. Also added notification of a website portscanning

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.0.7

    Lanzada el 24 de mar. de 2021 - 23,18 KB
    Compatible con firefox 48.0 y superiores
    - Fixed regex false positives. Added a constraint of :// before an ip address or hostname

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.0.6

    Lanzada el 23 de mar. de 2021 - 23,16 KB
    Compatible con firefox 48.0 y superiores
    - Changed the regex to exclude public ipv6 addresses since they created too many false positives
    - Normal functionality works, but toggle doesn't

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.0.5

    Lanzada el 22 de mar. de 2021 - 22,39 KB
    Compatible con firefox 48.0 y superiores
    - Added toolbar icon with a switch to enable/disable functionality
    - Added badge text to count how many port scans are blocked

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.0.4

    Lanzada el 22 de mar. de 2021 - 18,29 KB
    Compatible con firefox 48.0 y superiores
    - Added support for a different prefix for localhost websockets wss://

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.0.3

    Lanzada el 22 de mar. de 2021 - 18,29 KB
    Compatible con firefox 48.0 y superiores
    - Added support for localhost

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.0.2

    Lanzada el 22 de mar. de 2021 - 18,28 KB
    Compatible con firefox 48.0 y superiores
    - Removed unused permissions

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
Ir a la página de inicio de Mozilla

Complementos

  • Acerca de
  • Blog de complementos de Firefox
  • Taller de extensiones
  • Central del desarrollador
  • Normativas para desarrolladores
  • Blog de la comunidad
  • Foro
  • Informar de un error
  • Guía de revisión

Navegadores

  • Desktop
  • Mobile
  • Enterprise

Productos

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

A menos que se indique lo contrario, el contenido de este sitio está licenciado bajo la licencia Creative Commons Reconocimiento Compartir-Igual v3.0 o una versión posterior.