error message when editing the menu.
Copy of the "details" shown when clicking on the red button:
Unexpected error from server. Please check browser console. Click to view details.
<!DOCTYPE html>
A potentially unsafe operation has been detected in your request to this site
Your access to this service has been limited. (HTTP response code 403)
If you think you have been blocked in error, contact the owner of this site for assistance.
If you are an administrator and you are certain this is a false positive, you can automatically allowlist this request and repeat the same action.
All set! You can refresh the page to try this action again.
Something went wrong allowlisting this request. You can try setting the Firewall Status to Learning Mode under Web Application Firewall in the Wordfence menu, and retry this same action.
var whitelistButton = document.getElementById('whitelist-button'); var verified = document.getElementById('verified-false-positive-checkbox'); verified.checked = false; verified.onclick = function() { whitelistButton.disabled = !this.checked; }; verified.onclick(); document.getElementById('whitelist-form').onsubmit = function(evt) { evt.preventDefault(); var request = new XMLHttpRequest(); request.addEventListener("load", function() { if (this.status === 200 && this.responseText.indexOf('Successfully allowlisted') > -1) { document.getElementById('whitelist-actions').style.display = 'none'; document.getElementById('success').style.display = 'block'; } else { document.getElementById('error').style.display = 'block'; } }); request.open("POST", this.action, true); request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); var inputs = this.querySelectorAll('input[name]'); var data = ''; for (var i = 0; i < inputs.length; i++) { data += encodeURIComponent(inputs[i].name) + '=' + encodeURIComponent(inputs[i].value) + '&'; } request.send(data); return false; };Block Technical Data
| Block Reason: | A potentially unsafe operation has been detected in your request to this site |
|---|---|
| Time: | Wed, 9 Oct 2024 18:11:59 GMT |
About Wordfence
Wordfence is a security plugin installed on over 5 million WordPress sites. The owner of this site is using Wordfence to manage access to their site.
You can also read the documentation to learn about Wordfence's blocking tools, or visit wordfence.com to learn more about Wordfence.
Click here to learn more: Documentation
Generated by Wordfence at Wed, 9 Oct 2024 18:11:59 GMT.
Your computer's time: document.write(new Date().toUTCString());.
same error when using chrome or firefox
Wordfence is blocking the requests. I would suggest to disable WordFence and please submit a support ticket to wordfence whey they are blocking the request.