mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Flipped URI slashes
This commit is contained in:
parent
c17061efd4
commit
6caf7c9d85
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ hoogle server --local -p 8080
|
||||||
and navigate to http://localhost:8080/ for your own local
|
and navigate to http://localhost:8080/ for your own local
|
||||||
[Hoogle](https://www.haskell.org/hoogle/). The `--local` flag makes the hoogle
|
[Hoogle](https://www.haskell.org/hoogle/). The `--local` flag makes the hoogle
|
||||||
server serve files from your nix store over http, without the flag it will use
|
server serve files from your nix store over http, without the flag it will use
|
||||||
`file:\\` URIs. Note, however, that Firefox and possibly other browsers
|
`file://` URIs. Note, however, that Firefox and possibly other browsers
|
||||||
disallow navigation from `http://` to `file://` URIs for security reasons,
|
disallow navigation from `http://` to `file://` URIs for security reasons,
|
||||||
which might be quite an inconvenience. Versions before v5 did not have this
|
which might be quite an inconvenience. Versions before v5 did not have this
|
||||||
flag. See
|
flag. See
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue