mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
415 B
Text
8 lines
415 B
Text
Basic/extra mitigation against the BREACH attack for Django projects.
|
|
|
|
django-debreach provides additional protection to Django's built in CSRF token
|
|
masking by randomizing the content length of each response.
|
|
|
|
This is achieved by adding a random string of between 12 and 25 characters as a
|
|
comment to the end of the HTML content. Note that this will only be applied to
|
|
responses with a content type of text/html.
|