ZeroNet v0.5.7 Release Notes

Release Date: 2017-07-30 // over 6 years ago
  • โž• Added

    • ๐Ÿ†• New plugin: CORS to request read permission to other site's content
    • ๐Ÿ†• New API command: userSetSettings/userGetSettings to store site's settings in users.json
    • Avoid file download if the file size does not match with the requested one
    • JavaScript and wrapper less file access using /raw/ prefix (Example)
    • ๐ŸŒฒ --silent command line option to disable logging to stdout

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better error reporting on sign/verification errors
    • โœ… More test for sign and verification process
    • โšก๏ธ Update to OpenSSL v1.0.2l
    • Limit compressed files to 6MB to avoid zip/tar.gz bomb
    • ๐Ÿ‘ Allow space, [], () characters in filenames
    • Disable cross-site resource loading to improve privacy. [Reported by Beardog108]
    • Download directly accessed Pdf/Svg/Swf files instead of displaying them to avoid wrapper escape using in JS in SVG file. [Reported by Beardog108]
    • Disallow potentially unsafe regular expressions to avoid ReDoS [Reported by MuxZeroNet]

    ๐Ÿ›  Fixed

    • ๐Ÿ Detecting data directory when running Windows distribution exe [Reported by Plasmmer]
    • OpenSSL loading under Android 6+
    • Error on exiting when no connection server started