Chris Loftus

Results 3 issues of Chris Loftus

Use case: redirecting to an affiliate link - to stop these links being indexed in search engines, we can send the `X-Robots-Tag: nofollow` response header. This PR allows this. https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag

Latest commit https://github.com/elastic/elastic-github-actions/commit/cd0dfb41acc8f74d65fbee9ad04ce43031fbf488 breaks the default install ```steps: - name: Configure sysctl limits run: | sudo swapoff -a sudo sysctl -w vm.swappiness=1 sudo sysctl -w fs.file-max=262144 sudo sysctl -w vm.max_map_count=262144...

**Describe the bug** 403 Forbidden error when downloading `chromedriver` via automated self-hosted GitHub Action runner. **To reproduce** ``` curl https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.94/linux64/chrome-linux64.zip AccessDeniedAccess denied.We're sorry, but this service is not available in...