better english
Massimo Melina committed
Jan 25, 2023 at 21:54 UTC
48f025be24b475aeb9f8dcbb99d589518a1cca74
2 files changed
+2
-2
README.md
+1
-1
@@ -145,7 +145,7 @@ an *env* called `HFS_CONFIG`. Any relative path provided is relative to the *cwd
145
- `https_port` listen on a specific port. Default is 443.
146
- `cert` use this file for https certificate. Minimum to start https is to give a cert and a private_key. Default is none.
147
- `private_key` use this file for https private key. Default is none.
148
-- `allowed_referer` you can decide what domains can link to your files. Wildcards supported. Default is any.
148
+- `allowed_referer` you can decide what domains can link to your files. Wildcards supported. Default is empty, meaning any.
149
- `block` a list of rules that will block connections. E.g.:
150
```
151
block:
admin/src/ConfigPage.ts
+1
-1
@@ -117,7 +117,7 @@ export default function ConfigPage() {
117
{ k: 'zip_calculate_size_for_seconds', comp: NumberField, sm: 12, md: 6, label: "Calculate ZIP size for", unit: "seconds",
118
helperText: "If time is not enough, the browser will not show download percentage" },
119
{ k: 'custom_header', multiline: true, sm: 12, sx: { '& textarea': { fontFamily: 'monospace' } },
120
- helperText: "Any HTML code here will be used as header for the Frontend"
120
+ helperText: "Any HTML code here will be displayed on top of the Frontend"
121
},
122
{ k: 'mime', comp: StringStringField,
123
keyLabel: "Files", keyWidth: 7,