From 554e0499b154909582c15caa1cbd67064e6e4abd Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 15 Dec 2023 09:07:09 +0300 Subject: [PATCH] #648 new user agent --- _posts/2016/may/2016-05-17-convertible-notes.md | 2 +- _rake/ping.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2016/may/2016-05-17-convertible-notes.md b/_posts/2016/may/2016-05-17-convertible-notes.md index 981962bd617..c800bd6e949 100644 --- a/_posts/2016/may/2016-05-17-convertible-notes.md +++ b/_posts/2016/may/2016-05-17-convertible-notes.md @@ -89,7 +89,7 @@ _terms and conditions of which my lawyer will discuss with you_." If we're talking about $500K, you will have no problem meeting that lawyers. However, if it's just $25K... To make life easier for smaller investments, convertible notes were invented (well, there were -[a few other reasons](http://techcrunch.com/2012/04/07/convertible-note-seed-financings/)). +[a few other reasons](https://techcrunch.com/2012/04/07/convertible-note-seed-financings/)). They are **not equity**. Investors that have convertible notes can't vote. They can't sell convertible notes and they can't get any profit from the company. So, what they are for then? I'll explain diff --git a/_rake/ping.sh b/_rake/ping.sh index 755170abee9..17265733fce 100755 --- a/_rake/ping.sh +++ b/_rake/ping.sh @@ -9,9 +9,9 @@ function ping_uri { curl --location \ --silent \ --output /dev/null \ - --max-time 60 \ + --max-time 15 \ --fail \ - -H 'User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)' \ + -H 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36' \ -H 'Accept: text/html,*/*' \ -H 'Accept-Encoding: gzip, deflate' \ -H 'Cache-Control: max-age=0' \