-
Notifications
You must be signed in to change notification settings - Fork 171
fix: Ignoreurls update #2916
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
fix: Ignoreurls update #2916
Conversation
🎊 Navigate the preview: https://68501cfd660ddd0d3ff86d21--eclipse-che-docs-pr.netlify.app 🎊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-1 for this change, all URL from Red Hat Developer Portal should be 200 e.g.
ibuziuk@ibuziuk-mac ~ % curl -I https://developers.redhat.com/products/openshift-local/overview
HTTP/2 200
server: Apache
x-drupal-dynamic-cache: MISS
content-language: en
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
content-security-policy-report-only: default-src https:; script-src 'unsafe-inline' 'unsafe-eval' https:; object-src https:; style-src 'unsafe-inline' https:; img-src https: 'self' data:; media-src https:; frame-src https:; frame-ancestors 'self' https://www.redhat.com/; font-src https: data:; connect-src https: wss:; report-uri /report-csp-violation
x-xss-protection: 1
rh_cmdb: DRHC-001
x-drupal-cache: HIT
last-modified: Tue, 10 Jun 2025 12:43:32 GMT
etag: "1749559412-gzip"
x-myvhost: executed
x-isphp: executed
content-type: text/html; charset=UTF-8
expires: Tue, 10 Jun 2025 13:29:52 GMT
cache-control: max-age=0, no-cache, no-store
pragma: no-cache
date: Tue, 10 Jun 2025 13:29:52 GMT
x-rh-edge-request-id: 81bbdc3
x-rh-edge-reference-id: 0.1e6ed417.1749562192.81bbdc3
x-rh-edge-cache-status: Hit from child
strict-transport-security: max-age=86400 ; includeSubDomains
test failures should be investigated and fixed properly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving as a workaround
What does this pull request change?
updated IgnoreUrls list to include all developers.redhat.com pages. the pages fail due to 403 error during htmltest.
What issues does this pull request fix or reference?
Specify the version of the product this pull request applies to
main
Pull Request checklist
The author and the reviewers validate the content of this pull request with the following checklist, in addition to the automated tests.
Validate language on files added or modified
step reports no vale warnings.