Skip to content

Commit

Permalink
fon: Use HTTPS
Browse files Browse the repository at this point in the history
With the rebuild and updated Links browser, pages can be loaded over TLS
1.2, so no SSL error is shown anymore, and the URL can be updated to
HTTPS.
  • Loading branch information
pmenzel committed Dec 17, 2018
1 parent 16ddf0a commit 9f54c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fon/fon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ if [ -r ${HOME}/etc/phone ] ; then
fi

# now try twiki fonlist..
links -dump "http://twiki.molgen.mpg.de/twiki/bin/view/Main/TelefonListenAlle" \
links -dump "https://twiki.molgen.mpg.de/twiki/bin/view/Main/TelefonListenAlle" \
| grep --ignore-case --color "${search}"

0 comments on commit 9f54c00

Please sign in to comment.