Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4fed1e7..c453095d 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,18 @@ Example:
./gitlab-pages -listen-http ":8090" -metrics-address ":9235" -pages-root path/to/gitlab/shared/pages -pages-domain example.com
```
+### Cross-origin requests
+
+GitLab Pages defaults to allowing cross-origin requests for any resource it
+serves. This can be disabled globally by passing `-disable-cross-origin-requests`
+when starting the daemon.
+
+Having cross-origin requests enabled allows third-party websites to make use of
+files stored on the Pages server, which allows various third-party integrations
+to work. However, if it's running on a private network, this may allow websites
+on the public Internet to access its contents *via* your user's browsers -
+assuming they know the URL beforehand.
+
### License
MIT