Przeglądaj źródła

Use HTTPS everywhere (mechanical edit using util from https-everywhere)

```Shell
~/src/EFForg/https-everywhere/utils/rewriter/rewriter.js .
```

Ref: https://github.com/EFForg/https-everywhere/tree/master/utils/rewriter

Remove suspicious file
master
Robin Schneider Arun Prakash Jana 3 lat temu
rodzic
commit
25eba96466
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
5 zmienionych plików z 5 dodań i 5 usunięć
  1. BIN
      misc/haiku/logo.hvif
  2. +2
    -2
      plugins/gutenread
  3. +1
    -1
      plugins/imgur
  4. +1
    -1
      plugins/preview-tabbed
  5. +1
    -1
      src/nnn.c

BIN
misc/haiku/logo.hvif Wyświetl plik


+ 2
- 2
plugins/gutenread Wyświetl plik

@@ -20,7 +20,7 @@

EBOOK_ID="${EBOOK_ID}"
DIR="${XDG_CACHE_HOME:-$HOME/.cache}/nnn/gutenbooks/$EBOOK_ID"
BROWSE_LINK="http://www.gutenberg.org/ebooks/search/?sort_order=downloads"
BROWSE_LINK="https://www.gutenberg.org/ebooks/search/?sort_order=downloads"
BROWSER="${BROWSER:-w3m}"
READER="${READER}"

@@ -33,7 +33,7 @@ if [ -n "$EBOOK_ID" ]; then
curl -L -O "https://www.gutenberg.org/files/$EBOOK_ID/$EBOOK_ID-h.zip"
unzip "$EBOOK_ID"-h.zip
else
curl -L -o "$EBOOK_ID".epub "http://www.gutenberg.org/ebooks/$EBOOK_ID.epub.noimages"
curl -L -o "$EBOOK_ID".epub "https://www.gutenberg.org/ebooks/$EBOOK_ID.epub.noimages"
fi
fi



+ 1
- 1
plugins/imgur Wyświetl plik

@@ -521,7 +521,7 @@ if [ -n "${album_title}" ]; then
echo "Album '${album_title}' successfully created"
album_id="$(grep -Eo '"id":\s*"[^"]+"' <<<"${response}" | cut -d "\"" -f 4)"
del_id="$(grep -Eo '"deletehash":\s*"[^"]+"' <<<"${response}" | cut -d "\"" -f 4)"
handle_album_creation_success "http://imgur.com/a/${album_id}" "${del_id}" "${album_title}"
handle_album_creation_success "https://imgur.com/a/${album_id}" "${del_id}" "${album_title}"

if [ "${login}" = "false" ]; then
album_id="${del_id}"


+ 1
- 1
plugins/preview-tabbed Wyświetl plik

@@ -42,7 +42,7 @@
# - `zathura`: PDF viewer
# - but we allways fallback to `nuke` plugin
#
# [1]: http://tools.suckless.org/tabbed/
# [1]: https://tools.suckless.org/tabbed/
# [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html
#
# Shell: bash (job control is weakly specified in POSIX)


+ 1
- 1
src/nnn.c Wyświetl plik

@@ -876,7 +876,7 @@ static rlim_t max_openfds(void)
* Frees current memory if realloc() fails and returns NULL.
*
* As per the docs, the *alloc() family is supposed to be memory aligned:
* Ubuntu: http://manpages.ubuntu.com/manpages/xenial/man3/malloc.3.html
* Ubuntu: https://manpages.ubuntu.com/manpages/xenial/man3/malloc.3.html
* macOS: https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man3/malloc.3.html
*/
static void *xrealloc(void *pcur, size_t len)


Ładowanie…
Anuluj
Zapisz