akeeba / engage

Akeeba Engage - Comments for Joomla!™ articles made easy
GNU General Public License v3.0
16 stars 10 forks source link

Comments module -> Link error #304

Closed jjnxpct closed 6 months ago

jjnxpct commented 6 months ago

Hi!

The links in the module give us this error when clicking them:

403 - We detected that your latest request may have been part of suspicious activity and has been blocked. If you believe you are getting this message in error please let us know through our site's contact form.

An example module link URL:

https://demo4.kerkintranet.nl/gemeentenieuws/test-artikel-ul-voor-de-app?lang=*&akengage_cid=80#akengage-comments-section

This part of the URL is causing this issue: lang=*

When I remove the language parameter from the URL it works fine. Also replacing it with the site language (lang=nl) there is no error.

Is Akeeba Admin tools blocking the URL or is this a server responsible for this? When we click the link a few time our IP gets blocked in Admin Tools.

Kind regards, Jip

Mandatory information

Issues without this information can not and will not be replied to.

Good to have information

You can skip some or all of this information. However, the more information you provide the faster and better we can help.

jjnxpct commented 6 months ago

In the Admin Tools firewall log the request is flagged as 'Suspicious Core Parameter'.

nikosdion commented 6 months ago

Yup, in this case the lang parameter should've been omitted. Fixed.

jjnxpct commented 6 months ago

Thanks for the quick Nicholas!