Closed hlapp closed 3 weeks ago
Still reports https://support.posit.co/hc/en-us/articles/360047157094-Managing-R-with-Rprofile-Renviron-Rprofile-site-Renviron-site-rsession-conf-and-repos-conf as "403 Forbidden". Perhaps that's the server blocking certain origins?
If I use curl with a bot user agent and the posit URL I get a 403:
$ curl -v https://support.posit.co/hc/en-us/articles/360047157094-Managing-R-with-Rprofile-Renviron-Rprofile-site-Renviron-site-rsession-conf-and-repos-conf -A "User Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" > /dev/null
...
< HTTP/1.1 403 Forbidden
Sounds like I need to remove the link then.
Fixes #285, #286, and #287.