Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic updates to allowlist - 2024-06-24T15:25:42 #406

Conversation

github-actions[bot]
Copy link
Contributor

While scanning the site, the following outbound URLs were detected in the site:

They have been automatically added to the allowlist, as featured in this pull request.

Please do not just approve and merge without checking

For each URL mentioned above:

  • Does it work?
  • Does it link somewhere appropriate?
  • Could it be replaced with a regex? (If so, close this PR and open a new one where you edit 'allowed_outbound_url_regexes' in the allowlist)

Hopefully this PR saves you time and effort.

CheckerBot

--

Fingerprint: 3bd0a802d3812e99a3c167ab3a13d321

stevejalim and others added 2 commits June 24, 2024 16:12
It's an edge case, but if our sitemap contains links that then 30x to
another site, we'll still scan the HTML of those pages (but we don't
spider any deeper than that).

We don't want to follow redirects from pages in our sitemap, as we end up
with unexpected results, and could end up adding URLs to the allowlist
that we don't need.

This change stops the following of redirects, and the response.text
involved with 30x responses is an empty string, which is fine for all
the processing which is attempted on responses, so we don't need to add
complexity of status-code checking right now.
@stevejalim
Copy link
Collaborator

Closing this as was made by a branch not main

@stevejalim stevejalim closed this Jun 24, 2024
@stevejalim stevejalim deleted the update-data-allowlist-mozorg.yaml--2024-06-24T15-25-42 branch January 13, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant