vichan-devel / vichan

Vichan is the most popular and widely used imageboard software in the world. It is a free, light-weight, fast, highly configurable and user-friendly imageboard software package.
https://vichan.info
Other
627 stars 196 forks source link

Your browser sent an invalid or no HTTP referer. #433

Closed al1ce23 closed 2 years ago

al1ce23 commented 3 years ago

Tried reloading browser, mysqld, php-fpm, nginx - no clue and no solution so far

ghost commented 3 years ago

Sort of a ghetto "fix" for this: uncomment/remove line 425, 426 and 427 in post.php and save the file.

nethersynth commented 2 years ago

An updated fix to this would be commenting or removing lines 435, 435 and 437 in post.php (The HTTP referer block).

ctrlcctrlv commented 2 years ago

“Ghetto” fixes above are insecure, this is a well known PEBKAC error. You've misconfigured something. If you attempt to use the “fixes” above, trolls can make third-party websites with forms that auto-submit to your imageboard, thus weaponizing your own users as spambots. Fix it the right way.