Package: novnc / 1:0.4+dfsg+1+20131010+gitf68af8af3d-4

Metadata

Package Version Patches format
novnc 1:0.4+dfsg+1+20131010+gitf68af8af3d-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python disutils.patch | (download)

setup.py | 14 14 + 0 - 0 !
utils/__init__.py | 1 1 + 0 - 0 !
2 files changed, 15 insertions(+)

 fixes disutils (adds a setup.py, etc.).
adds_support_for_secure_attribute_on_token_cookie.patch | (download)

include/webutil.js | 13 9 + 4 - 0 !
1 file changed, 9 insertions(+), 4 deletions(-)

 adds support for secure attribute on token cookie
 This patch adds support for the secure attribute on token cookies (sent by
 nova-novncproxy). If the https is used to transfer the cookie, the secure
 attribute is set thus restricting server requestes to secure conections only.
 This should prevent man-in-the-middle attacks.