We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7481a commit b21e50bCopy full SHA for b21e50b
1 file changed
conf.py
@@ -465,11 +465,10 @@ def tagged_commit():
465
ogp_use_first_image = True # if not found defaults to 'ogp_image'
466
467
468
-user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
+user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0"
469
470
linkcheck_request_headers = {
471
- r'https://docs.github.com/': {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux i686; '
472
- 'rv:24.0) Gecko/20100101 Firefox/24.0'}
+ r'https://docs.github.com/': {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0'}
473
}
474
linkcheck_ignore = [
475
r".*linkcheck_ignore",
0 commit comments