René's URL Explorer Experiment


Title: build(deps): bump axios from 0.21.1 to 1.15.0 in /AdguardExtension/SafariWebExtension/extension by dependabot[bot] · Pull Request #2 · https-github-com-PAVDSSVD/AdguardForiOS · GitHub

Open Graph Title: build(deps): bump axios from 0.21.1 to 1.15.0 in /AdguardExtension/SafariWebExtension/extension by dependabot[bot] · Pull Request #2 · https-github-com-PAVDSSVD/AdguardForiOS

X Title: build(deps): bump axios from 0.21.1 to 1.15.0 in /AdguardExtension/SafariWebExtension/extension by dependabot[bot] · Pull Request #2 · https-github-com-PAVDSSVD/AdguardForiOS

Description: Bumps axios from 0.21.1 to 1.15.0. Release notes Sourced from axios's releases. v1.15.0 This release delivers two critical security patches, adds runtime support for Deno and Bun, and includes significant CI hardening, documentation improvements, and routine dependency updates. ⚠️ Important Changes Deprecation: url.parse() usage has been replaced to address Node.js deprecation warnings. If you are on a recent version of Node.js, this resolves console warnings you may have been seeing. (#10625) 🔒 Security Fixes Proxy Handling: Fixed a no_proxy hostname normalisation bypass that could lead to Server-Side Request Forgery (SSRF). (#10661) Header Injection: Fixed an unrestricted cloud metadata exfiltration vulnerability via a header injection chain. (#10660) 🚀 New Features Runtime Support: Added compatibility checks and documentation for Deno and Bun environments. (#10652, #10653) 🔧 Maintenance & Chores CI Security: Hardened workflow permissions to least privilege, added the zizmor security scanner, pinned action versions, and gated npm publishing with OIDC and environment protection. (#10618, #10619, #10627, #10637, #10666) Dependencies: Bumped serialize-javascript, handlebars, picomatch, vite, and denoland/setup-deno to latest versions. Added a 7-day Dependabot cooldown period. (#10574, #10572, #10568, #10663, #10664, #10665, #10669, #10670, #10616) Documentation: Unified docs, improved beforeRedirect credential leakage example, clarified withCredentials/withXSRFToken behaviour, HTTP/2 support notes, async/await timeout error handling, header case preservation, and various typo fixes. (#10649, #10624, #7452, #7471, #10654, #10644, #10589) Housekeeping: Removed stale files, regenerated lockfile, and updated sponsor scripts and blocks. (#10584, #10650, #10582, #10640, #10659, #10668) Tests: Added regression coverage for urlencoded Content-Type casing. (#10573) 🌟 New Contributors We are thrilled to welcome our new contributors. Thank you for helping improve Axios: @​raashish1601 (#10573) @​Kilros0817 (#10625) @​ashstrc (#10624) @​Abhi3975 (#10589) @​theamodhshetty (#7452) v1.14.0 This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation. ⚠️ Important Changes Breaking Changes: None identified in this release. Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix). 🚀 New Features Runtime Features: No new end-user features were introduced in this release. Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#7510) 🐛 Bug Fixes Headers: Trim trailing CRLF in normalised header values. (#7456) HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#7457) Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515) Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#7499) ... (truncated) Changelog Sourced from axios's changelog. v1.15.0 — April 7, 2026 This release delivers two critical security patches targeting header injection and SSRF via proxy bypass, adds official runtime support for Deno and Bun, and includes significant CI security hardening. 🔒 Security Fixes Header Injection (CRLF): Rejects any header value containing \r or \n characters to block CRLF injection chains that could be used to exfiltrate cloud metadata (IMDS). Behavior change: headers with CR/LF now throw "Invalid character in header content". (#10660) SSRF via no_proxy Bypass: Introduces a shouldBypassProxy helper that normalises hostnames (strips trailing dots, handles bracketed IPv6) before evaluating no_proxy/NO_PROXY rules, closing a gap that could cause loopback or internal hosts to be inadvertently proxied. (#10661) 🚀 New Features Deno & Bun Runtime Support: Added full smoke test suites for Deno and Bun, with CI workflows that run both runtimes before any release is cut. (#10652) 🐛 Bug Fixes Node.js v22 Compatibility: Replaced deprecated url.parse() calls with the WHATWG URL/URLSearchParams API across examples, sandbox, and tests, eliminating DEP0169 deprecation warnings on Node.js v22+. (#10625) 🔧 Maintenance & Chores CI Security Hardening: Added zizmor GitHub Actions security scanner; switched npm publish to OIDC Trusted Publishing (removing the long-lived NODE_AUTH_TOKEN); pinned all action references to full commit SHAs; narrowed workflow permissions to least privilege; gated the publish step behind a dedicated npm-publish environment; and blocked the sponsor-block workflow from running on forks. (#10618, #10619, #10627, #10637, #10641, #10666) Docs: Clarified HTTP/2 support and the unsupported httpVersion option; added documentation for header case preservation; improved the beforeRedirect example to prevent accidental credential leakage. (#10644, #10654, #10624) Dependencies: Bumped picomatch, handlebars, serialize-javascript, vite (×3), denoland/setup-deno, and 4 additional dev dependencies to latest versions. (#10564, #10565, #10567, #10568, #10572, #10574, #10663, #10664, #10665, #10669, #10670) 🌟 New Contributors We are thrilled to welcome our new contributors. Thank you for helping improve axios: @​Kilros0817 (#10625) @​shaanmajid (#10616, #10617, #10618, #10619, #10637, #10641, #10666) @​ashstrc (#10624, #10644) @​Abhi3975 (#10589) @​raashish1601 (#10573) Full Changelog v1.14.0 — March 27, 2026 This release fixes a security vulnerability in the formidable dependency, resolves a CommonJS compatibility regression, hardens proxy and HTTP/2 handling, and modernises the build and test toolchain. 🔒 Security Fixes Formidable Vulnerability: Upgraded formidable from v2 to v3 to address a reported arbitrary-file vulnerability. Updated test server and assertions to align with the v3 API. (#7533) 🐛 Bug Fixes ... (truncated) Commits 772a4e5 chore(release): prepare release 1.15.0 (#10671) 4b07137 chore(deps-dev): bump vite from 8.0.0 to 8.0.5 in /tests/smoke/esm (#10663) 51e57b3 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 (#10664) fba1a77 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 in /tests/module/esm (#10665) 0bf6e28 chore(deps): bump denoland/setup-deno in the github-actions group (#10669) 8107157 chore(deps-dev): bump the development_dependencies group with 4 updates (#10670) e66530e ci: require npm-publish environment for releases (#10666) 49f23cb chore(sponsor): update sponsor block (#10668) 3631854 fix: unrestricted cloud metadata exfiltration via header injection chain (#10... fb3befb fix: no_proxy hostname normalization bypass leads to ssrf (#10661) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version. Install script changes This version adds prepare script that runs during installation. Review the package contents before updating. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps axios from 0.21.1 to 1.15.0. Release notes Sourced from axios's releases. v1.15.0 This release delivers two critical security patches, adds runtime support for Deno and Bun, and include...

X Description: Bumps axios from 0.21.1 to 1.15.0. Release notes Sourced from axios's releases. v1.15.0 This release delivers two critical security patches, adds runtime support for Deno and Bun, and inc...

Opengraph URL: https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:7d031610-1930-e002-9628-92a3228ab146
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8304:1F16:6539A63:8FE22C1:6A50EC23
html-safe-nonce14c7e02ca8a5ac8f96baa7d797d2ddd0cbf1b43599a53eb614f8ccf92c675722
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MzA0OjFGMTY6NjUzOUE2Mzo4RkUyMkMxOjZBNTBFQzIzIiwidmlzaXRvcl9pZCI6IjczNjI2MTMwOTcyODUwODYyNDMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacecbfcb4e7904f3762ebdc26c0255acb65ead8279ae8c9ae7707aa8fef701aafd
hovercard-subject-tagpull_request:3531439972
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps axios from 0.21.1 to 1.15.0. Release notes Sourced from axios's releases. v1.15.0 This release delivers two critical security patches, adds runtime support for Deno and Bun, and include...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None72b13e0e8d0319acdd27a145cfe73f4f06c791713d0ac4690e41fb68ad28cac0
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/https-github-com-PAVDSSVD/AdguardForiOS git https://github.com/https-github-com-PAVDSSVD/AdguardForiOS.git
octolytics-dimension-user_id148691212
octolytics-dimension-user_loginhttps-github-com-PAVDSSVD
octolytics-dimension-repository_id1208523990
octolytics-dimension-repository_nwohttps-github-com-PAVDSSVD/AdguardForiOS
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id43807802
octolytics-dimension-repository_parent_nwoAdguardTeam/AdguardForiOS
octolytics-dimension-repository_network_root_id43807802
octolytics-dimension-repository_network_root_nwoAdguardTeam/AdguardForiOS
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasefb19d617b534959801b4b7453938ecf1dfa22131
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fhttps-github-com-PAVDSSVD%2FAdguardForiOS%2Fpull%2F2%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fhttps-github-com-PAVDSSVD%2FAdguardForiOS%2Fpull%2F2%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=https-github-com-PAVDSSVD%2FAdguardForiOS
Reloadhttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
Reloadhttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
Reloadhttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
Please reload this pagehttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
https-github-com-PAVDSSVD https://github.com/https-github-com-PAVDSSVD
AdguardForiOShttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS
AdguardTeam/AdguardForiOShttps://github.com/AdguardTeam/AdguardForiOS
Notifications https://github.com/login?return_to=%2Fhttps-github-com-PAVDSSVD%2FAdguardForiOS
Fork 0 https://github.com/login?return_to=%2Fhttps-github-com-PAVDSSVD%2FAdguardForiOS
Star 0 https://github.com/login?return_to=%2Fhttps-github-com-PAVDSSVD%2FAdguardForiOS
Code https://github.com/https-github-com-PAVDSSVD/AdguardForiOS
Pull requests 7 https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pulls
Actions https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/actions
Projects https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/projects
Models https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/models
Security and quality 0 https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/security
Insights https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pulse
Code https://github.com/https-github-com-PAVDSSVD/AdguardForiOS
Pull requests https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pulls
Actions https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/actions
Projects https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/projects
Models https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/models
Security and quality https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/security
Insights https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fhttps-github-com-PAVDSSVD%2FAdguardForiOS%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fhttps-github-com-PAVDSSVD%2FAdguardForiOS%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
version/v4.5https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/tree/version/v4.5
dependabot/npm_and_yarn/AdguardExtension/SafariWebExtension/extension/axios-1.15.0https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/tree/dependabot/npm_and_yarn/AdguardExtension/SafariWebExtension/extension/axios-1.15.0
Conversation 1 https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2
Commits 1 https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/commits
Checks 0 https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/checks
Files changed https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
Please reload this pagehttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
build(deps): bump axios from 0.21.1 to 1.15.0 in /AdguardExtension/SafariWebExtension/extension https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#top
Show all changes 1 commit https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
795bae4 build(deps): bump axios dependabot[bot] Apr 15, 2026 https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/commits/795bae488b5f85755b94547994023295e77ec799
Clear filters https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
Please reload this pagehttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
Please reload this pagehttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files
package.json https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-ead43e8685a3d7e326fcac1168ae0b6b5e6cfc0bfa22d269eb09701de2ca85cc
yarn.lock https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
AdguardExtension/SafariWebExtension/extension/package.jsonhttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-ead43e8685a3d7e326fcac1168ae0b6b5e6cfc0bfa22d269eb09701de2ca85cc
View file https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/blob/795bae488b5f85755b94547994023295e77ec799/AdguardExtension/SafariWebExtension/extension/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/{{ revealButtonHref }}
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-ead43e8685a3d7e326fcac1168ae0b6b5e6cfc0bfa22d269eb09701de2ca85cc
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-ead43e8685a3d7e326fcac1168ae0b6b5e6cfc0bfa22d269eb09701de2ca85cc
AdguardExtension/SafariWebExtension/extension/yarn.lockhttps://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
View file https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/blob/795bae488b5f85755b94547994023295e77ec799/AdguardExtension/SafariWebExtension/extension/yarn.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/{{ revealButtonHref }}
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com/https-github-com-PAVDSSVD/AdguardForiOS/pull/2/files#diff-0e04a1beed5dda5d8f4adda64884452a1db25ee2a8f774dec6511d3accf6edaa
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.