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

URI detector should ignore .local TLD #3702

Open
rgmz opened this issue Dec 1, 2024 · 0 comments
Open

URI detector should ignore .local TLD #3702

rgmz opened this issue Dec 1, 2024 · 0 comments

Comments

@rgmz
Copy link
Contributor

rgmz commented Dec 1, 2024

.local is a special TLD that is reserved for link-local networking. The URI detector should ignore results for .local to be consistent with the existing behaviour of skipping local IPs.

Example

curl -X PROPFIND \
  --url http://admin:[email protected]/remote.php/dav/files/admin/myfile.odt \
  --data '<D:propfind xmlns:D="DAV:" xmlns:NC="http://nextcloud.org/ns">
	<D:prop>
		<NC:lock />
		<NC:lock-owner-type />
		<NC:lock-owner />
		<NC:lock-owner-displayname />
		<NC:lock-owner-editor />
		<NC:lock-time />
	</D:prop>
</D:propfind>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant