1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
Commit graph

12 commits

Author SHA1 Message Date
Andy Green
d9f982a055 minimal examples: update for CSP best practices
1) update the logos to svg

2) add svg icon for strict security policy where used

3) define new vhost option flag to enforce sending CSP headers
   with the result code

4) add vhost option flag to minimal examples to
   enforce sending CSP where applicable

5) Go through all the affecting examples confirming they
   still work

6) add LWS_RECOMMENDED_MIN_HEADER_SPACE constant (currently
   2048) to clarify when we need a buffer to hold headers...
   with CSP the headers have become potentially a lot
   larger.
2018-11-21 17:03:29 +08:00
Andy Green
0647806f4c docs: release-policy README and pics 2018-11-14 08:57:29 +08:00
Andy Green
d3bc2c3f4f fulltext search 2018-10-26 13:53:28 +08:00
Andy Green
a5b2248e72 lwsac
Introduce an api for efficiently dealing with allocations for
large, unknown amounts of objects.
2018-10-16 05:05:56 +08:00
Andy Green
ebed5e74cb threadpool 2018-09-11 18:27:59 +08:00
Andy Green
25e5a58a02 CSP: Firefox bans default SVG styles
Firefox has a bug for 2 years

https://bugzilla.mozilla.org/show_bug.cgi?id=1262842

where a strict content-security-policy that is correctly followed
wrongly also defeats inline style inside SVG.

Apply the workaround told by the GIMP guys on the bug to convert
SVG styles to XML at export.
2018-09-11 18:27:59 +08:00
Andy Green
79397b21a3 README.md: serve from repo 2018-08-14 19:09:23 +08:00
Andy Green
7d21bd2ea8 svg: README overview 2018-08-14 08:00:30 +08:00
Andy Green
8b21b32ae5 doc-assets: update lws-overview 2018-06-20 16:41:28 +08:00
Andy Green
ae4897f58a smp: add some overview docs on the related minimal example 2018-04-19 16:16:48 +08:00
Andy Green
92277ad576 lws overview 2018-04-19 16:15:10 +08:00
Andy Green
722cc4a366 plugin table dirlisting 2016-07-14 08:57:28 +08:00