#1741 closed enhancement (fixed)
extra http headers, ie: content security policy
Reported by: | Antoine Martin | Owned by: | J. Max Mena |
---|---|---|---|
Priority: | major | Milestone: | 2.3 |
Component: | html5 | Version: | |
Keywords: | Cc: |
Description
Add the ability to provide extra http headers through a configuration file, so we can more easily add support for things like CSP.
Users can then also add their own headers without needing to modify the code.
Change History (4)
comment:1 Changed 3 years ago by
Owner: | changed from Antoine Martin to J. Max Mena |
---|
comment:4 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1741
Note: See
TracTickets for help on using
tickets.
Done in r18000.
We ship a directory called browser/xpra/trunk/src/http-headers, all files found in this directory are parsed and added to the http headers.
The old "nocache" headers are now handled this way, and there is a basic CSP file too.
@maxmylyn: FYI.