Skip to content

4.3.0- XSS Hardening

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 22 Aug 22:47
· 105 commits to main since this release
be65668

This release includes HTML entity escaping that is defaulted to enabled on data sent from the front end. This helps mitigate some of the potential for Cross Site Scripting.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-HTTPServer.

Read the docs for info on how to use it.