Skip to content

Commit 80ad45d

Browse files
committed
spell out that vector should not depend on the public net
1 parent 348f133 commit 80ad45d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ stabilised. Until then, the two projects should basically be considered as a
8080
single unit. In particular, `matrix-react-sdk` issues are currently filed
8181
against `vector-web` in github.
8282

83-
<What code should go where?>
83+
Please note that Vector is intended to run correctly without access to the public
84+
internet. So please don't depend on resources (JS libs, CSS, images, fonts)
85+
hosted by external CDNs or servers but instead please package all dependencies
86+
into Vector itself.
8487

8588
Setting up a dev environment
8689
============================

0 commit comments

Comments
 (0)