|
|
|
@ -193,6 +193,18 @@ Labs Features
|
|
|
|
|
Some features of Riot may be enabled by flags in the `Labs` section of the settings. |
|
|
|
|
Some of these features are described in [labs.md](https://github.com/vector-im/riot-web/blob/develop/docs/labs.md). |
|
|
|
|
|
|
|
|
|
Caching requirements |
|
|
|
|
==================== |
|
|
|
|
|
|
|
|
|
Riot requires the following URLs not to be cached, when/if you are serving Riot from your own webserver: |
|
|
|
|
``` |
|
|
|
|
/config.*.json |
|
|
|
|
/i18n |
|
|
|
|
/home |
|
|
|
|
/sites |
|
|
|
|
/index.html |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
Development |
|
|
|
|
=========== |
|
|
|
|
|
|
|
|
@ -376,17 +388,3 @@ community engagement
|
|
|
|
|
* hacktoberfest |
|
|
|
|
* bounty? - proposal to be included in a bounty programme |
|
|
|
|
* bounty - included in Status Open Bounty |
|
|
|
|
|
|
|
|
|
## Caching requirements |
|
|
|
|
|
|
|
|
|
Riot requires the following URLs not to be cached, when if you are serving riot from your own webserver: |
|
|
|
|
``` |
|
|
|
|
/config.*.json |
|
|
|
|
/i18n |
|
|
|
|
/home |
|
|
|
|
/sites |
|
|
|
|
/index.html |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|