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

chore: Block access to xmlrpc.php #8

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

microamp
Copy link
Contributor

@microamp microamp commented Jun 6, 2024

Fixes #6

Testing

curl -XPOST http\://localhost\:80/xmlrpc.php

locally gives me

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body></html>

now.

@microamp microamp requested a review from kesara June 6, 2024 21:32
@microamp microamp merged commit 5b8235c into main Jun 7, 2024
1 check passed
@microamp microamp deleted the chore/block-xmlrpc-php branch June 7, 2024 00:33
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.

Block xmlrpc.php
2 participants