Clarify how to serve static assets for 3PID session views
This commit is contained in:
@@ -26,6 +26,14 @@ Two configuration keys are available that accept paths to HTML templates:
|
|||||||
- `success`
|
- `success`
|
||||||
- `failure`
|
- `failure`
|
||||||
|
|
||||||
|
### Serving static assets
|
||||||
|
mxisd will not serve any static asset (images, JS, CSS, etc.). If such are needed, you will need to serve them using the
|
||||||
|
reverse proxy sitting in front of mxisd using a path outside of the `/_matrix/identity/` namespace. We advise using
|
||||||
|
the base path `/static/` for such use cases, allowing to remain under the same hostname/origin.
|
||||||
|
|
||||||
|
You can also serve such assets using absolute URL, possibly under other domains, but be aware of Cross-Origin restrictions
|
||||||
|
in browsers which are out of scope of mxisd.
|
||||||
|
|
||||||
## Placeholders
|
## Placeholders
|
||||||
### Success
|
### Success
|
||||||
No object/placeholder are currently available.
|
No object/placeholder are currently available.
|
||||||
|
Reference in New Issue
Block a user