mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:13:31 +03:00
docs: avoid using the word 'magic'
It's never actually magic. Closes #20796
This commit is contained in:
parent
b4dba346cd
commit
cc85cdf3c5
9 changed files with 20 additions and 21 deletions
|
|
@ -101,8 +101,8 @@ well at the side. curl's output can be piped into another program or
|
|||
redirected to another file for the next program to interpret.
|
||||
|
||||
We focus on protocol related issues and improvements. If you want to do more
|
||||
magic with the supported protocols than curl currently does, chances are good
|
||||
we will agree. If you want to add more protocols, we may agree.
|
||||
with the supported protocols than curl currently does, chances are good we
|
||||
will agree. If you want to add more protocols, we may agree.
|
||||
|
||||
If you want someone else to do all the work while you wait for us to implement
|
||||
it for you, that is not a friendly attitude. We spend a considerable time
|
||||
|
|
@ -487,7 +487,7 @@ individuals have ever tried.
|
|||
|
||||
## Does curl support JavaScript or PAC (automated proxy config)?
|
||||
|
||||
Many webpages do magic stuff using embedded JavaScript. curl and libcurl have
|
||||
Many webpages do stuff using embedded JavaScript. curl and libcurl have
|
||||
no built-in support for that, so it is treated like any other contents.
|
||||
|
||||
`.pac` files are a Netscape invention and are sometimes used by organizations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue