mirror of
https://github.com/go-task/task.git
synced 2025-03-19 21:17:46 +02:00
fix: minor errors in docs
This commit is contained in:
parent
4774273c98
commit
0b74a57b4c
@ -22,9 +22,9 @@ This experiment breaks the following functionality:
|
|||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
||||||
To enable this experiment, set the environment variable: `TASK_X_FORCE=1`. Check
|
To enable this experiment, set the environment variable:
|
||||||
out [our guide to enabling experiments ][enabling-experiments] for more
|
`TASK_X_GENTLE_FORCE=1`. Check out [our guide to enabling experiments
|
||||||
information.
|
][enabling-experiments] for more information.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
@ -80,10 +80,9 @@ flag. Before enabling this flag, you should:
|
|||||||
Task currently supports both `http` and `https` URLs. However, the `http`
|
Task currently supports both `http` and `https` URLs. However, the `http`
|
||||||
requests will not execute by default unless you run the task with the
|
requests will not execute by default unless you run the task with the
|
||||||
`--insecure` flag. This is to protect you from accidentally running a remote
|
`--insecure` flag. This is to protect you from accidentally running a remote
|
||||||
Taskfile that is hosted on and unencrypted connection. Sources that are not
|
Taskfile that is via an unencrypted connection. Sources that are not protected
|
||||||
protected by TLS are vulnerable to [man-in-the-middle
|
by TLS are vulnerable to [man-in-the-middle attacks][man-in-the-middle-attacks]
|
||||||
attacks][man-in-the-middle-attacks] and should be avoided unless you know what
|
and should be avoided unless you know what you are doing.
|
||||||
you are doing.
|
|
||||||
|
|
||||||
## Caching & Running Offline
|
## Caching & Running Offline
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user