jacobwb / hashover

Free and Open Source PHP Comment System
http://tildehash.com/?page=hashover
GNU Affero General Public License v3.0
255 stars 30 forks source link

False dectection of external use when running on non standard port. #18

Closed taophp closed 8 years ago

taophp commented 8 years ago

Hello,

When you server does not run on a the standard port (i.e. port 80 for http) and the user need to precise the port in the url (in my case, in my test environment it is http://localhost:8080), then Hashover consider this to be a forbidden external use. The decision is maded in script/urlwork.php line 38 of the zipfile I have downloaded from your site.

Regards,

Stéphane Mourey

taophp commented 8 years ago

Seems to be solved with hashover-next. Sorry for the trouble.

taophp commented 8 years ago

Oh, I see you planned to resolved it for the 1.0.2. You may want to re-open the issue. If so, I'm sorry to have close it.