File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -465,11 +465,10 @@ def tagged_commit():
465465ogp_use_first_image = True # if not found defaults to 'ogp_image'
466466
467467
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 "
468+ user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0 "
469469
470470linkcheck_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' }
471+ r'https://docs.github.com/' : {'User-Agent' : 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0' }
473472}
474473linkcheck_ignore = [
475474 r".*linkcheck_ignore" ,
You can’t perform that action at this time.
0 commit comments