From c31267d00ed87ec903e1afc0392c8c3333ac7f8f Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 6 Apr 2020 07:43:25 -0700 Subject: [PATCH] server security note (addresses #220) --- pollen/private/ts.rktd | 2 +- pollen/scribblings/quick.scrbl | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index fdefdbb..287c017 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1585968491 +1586184205 diff --git a/pollen/scribblings/quick.scrbl b/pollen/scribblings/quick.scrbl index db8f0de..0babac3 100644 --- a/pollen/scribblings/quick.scrbl +++ b/pollen/scribblings/quick.scrbl @@ -107,7 +107,11 @@ The old @filepath{hello.txt} will be replaced with a new one showing your change You just saw two ways to view the output of a Pollen source file — first, you ran it in DrRacket. Second, you rendered it to an output file. -Now here's a third: the Pollen project server. To start the project server, return to your terminal and issue two commands: +Now here's a third: the Pollen project server. + +@margin-note{The project server is a real web server running on your machine. By default it will respond to requests from any computer. Use the @exec{--local} switch with this command to restrict the project server to responding to requests from localhost. See @secref["raco_pollen_start"].} + +To start the project server, return to your terminal and issue two commands: @terminal{ > cd /directory/containing/your/hello-file