Created attachment 246534 [details] [PATCH] www/angie-module-testcookie: New angie module
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f3bdc0e7ae3912b61ec9517633b15a6caec0bf5 commit 2f3bdc0e7ae3912b61ec9517633b15a6caec0bf5 Author: Oleg A. Mamontov <oleg@mamontov.net> AuthorDate: 2023-11-24 09:45:46 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-02-22 12:31:52 +0000 www/angie-module-testcookie: New angie module Module is a simple robot mitigation module using cookie based challenge/response technique. Challenge cookies can be set using different methods and can be encrypted and then decrypted at client side with JavaScript. PR: 275299 www/Makefile | 1 + www/angie-module-testcookie/Makefile (new) | 25 ++++++++++++++++++++++ .../files/pkg-message.in (new) | 15 +++++++++++++ www/angie-module-testcookie/pkg-descr (new) | 3 +++ www/angie-module-testcookie/pkg-plist (new) | 4 ++++ www/angie/distinfo | 4 +++- 6 files changed, 51 insertions(+), 1 deletion(-)
Thank you for your contribution.