Commit Graph

  • a0ee87984d
    Fixing the module finding Alex Jarmoszuk 2024-04-13 17:36:33 +02:00
  • 89f1faf86d
    Trying again to fix the workflow Alex Jarmoszuk 2024-04-13 17:33:42 +02:00
  • 471bda71c9
    Build process updated Alex Jarmoszuk 2024-04-13 17:31:00 +02:00
  • 6603028541
    Update nginx-module-build.yml Alex Jarmoszuk 2024-04-13 17:24:11 +02:00
  • 4eb32c8af8
    Update nginx-module-build.yml Alex Jarmoszuk 2024-04-13 17:23:32 +02:00
  • dfb7bdf695
    Update nginx-module-build.yml Alex Jarmoszuk 2024-04-13 17:20:37 +02:00
  • fe542d30ba
    Create nginx-module-build.yml Alex Jarmoszuk 2024-04-13 17:19:20 +02:00
  • 8ca88100a4
    Merge pull request #1 from ajarmoszuk/testing Alex Jarmoszuk 2024-04-12 20:57:24 +02:00
  • 3a089d5c94
    Change to titles and verification messages Alex Jarmoszuk 2024-04-12 20:52:49 +02:00
  • 95fd1f989c
    Fix to JS Alex Jarmoszuk 2024-04-12 20:34:26 +02:00
  • 75170a8dc9
    Fix for user-agent Alex Jarmoszuk 2024-04-12 20:15:04 +02:00
  • d34936200d
    Fix Alex Jarmoszuk 2024-04-12 17:31:05 +02:00
  • 94458e13dc
    Added new functionality: - X-REAL-IP or X-FORWARDED-FOR will only work if the IP Addr requesting is in the private range. - Users who do not have cookies enabled will see a error. - Improvements and cleanup of the code. Alex Jarmoszuk 2024-04-12 13:35:33 +02:00
  • 237ec70218
    Another fix to readme Alex Jarmoszuk 2024-04-12 00:35:01 +02:00
  • 149f51d7c1
    Readme small fix Alex Jarmoszuk 2024-04-12 00:33:51 +02:00
  • 9009622d55
    - Change to include user-agent when generating - Use X-REAL-IP and then CLIENT_IP as a fallback Alex Jarmoszuk 2024-04-12 00:30:46 +02:00
  • 528add160d
    Merge c05d000c00818a2d42050ddbd76dcb43a95f3b5f into da6852df4103492f9136ef814cda0c7d402e0a90 klemixoo 2023-03-27 21:52:53 +02:00
  • da6852df41
    Merge pull request #25 from bnchdan/master master simon987 2023-03-17 08:53:45 -04:00
  • df4941408d
    set *(conf->html+ret) to '\0'; benchea dan 2023-03-17 08:11:11 +02:00
  • 2e205e76a4
    fix html page benchea dan 2023-03-16 10:55:30 +02:00
  • 9ad2e330ad
    Merge pull request #23 from bnchdan/NGX_HTTP_LIF_CONF simon987 2022-11-22 08:48:56 -05:00
  • 902c3c2293
    Update ngx_http_js_challenge.c benchea dan 2022-11-22 14:11:43 +02:00
  • 24d53b3cd8
    Merge pull request #14 from bnchdan/master simon987 2022-11-21 21:54:47 -05:00
  • d8828821b6
    typo simon987 2022-11-21 21:54:07 -05:00
  • 376aebf351
    Merge pull request #21 from bnchdan/close-file simon987 2022-11-21 21:52:38 -05:00
  • 9eb20cacaa
    Merge pull request #19 from bnchdan/NGX_HTTP_SERVICE_UNAVAILABLE simon987 2022-11-21 21:52:09 -05:00
  • f580089d0a
    Merge pull request #18 from bnchdan/NGX_HTTP_LIF_CONF simon987 2022-11-21 21:51:09 -05:00
  • 77063f4274
    close file benchea dan 2022-11-07 18:06:15 +02:00
  • 2110fff501
    Pass if GET /favicon.ico benchea dan 2022-11-07 12:59:17 +02:00
  • 12be246b7d
    adding NGX_HTTP_SERVICE_UNAVAILABLE benchea dan 2022-11-07 12:29:10 +02:00
  • 1ae101f1af
    adding NGX_HTTP_SIF_CONF benchea dan 2022-11-07 09:31:40 +02:00
  • c7cb596964
    Adding NGX_HTTP_LIF_CONF to js_challenge benchea dan 2022-11-07 09:24:10 +02:00
  • 4cc6ef23ae
    Merge branch 'simon987:master' into master benchea dan 2022-11-07 09:19:08 +02:00
  • b1c85a625d
    Merge pull request #15 from bnchdan/master3 simon987 2022-10-26 08:18:14 -04:00
  • fedc910857
    setting path cookie to = / benchea dan 2022-10-26 14:43:21 +03:00
  • 051e08d14f
    Merge pull request #13 from dvershinin/master simon987 2022-09-19 07:52:22 -04:00
  • 330bafa33c
    adding logging benchea dan 2022-09-16 15:20:14 +03:00
  • 11a7bf1627 Fix v1.23.0 compatibility Danila Vershinin 2022-06-27 03:05:19 +03:00
  • 40d2173fbd
    Merge pull request #9 from alecpm/fix-content-type-header simon987 2021-06-17 08:29:07 -04:00
  • cf610dcd94 Explicitly set a content type header. Ubuntu 2021-06-17 07:25:43 +00:00
  • c05d000c00 Increased whitelist to 1024 entries. Bound checking on loading. Updated README with new config matcap 2021-05-11 22:58:34 +02:00
  • 2a2e4b7f15 Whitelist function to exclude IPs/networks from JS challenge matcap 2021-05-10 21:20:11 +02:00
  • 1e0a93a9f1
    Merge pull request #6 from fatchan/5-connection-leak simon987 2021-03-26 19:53:45 -04:00
  • 15681a03ef Add missing call to ngx_http_finalize_request(), seems to be the solution close #5 Thomas Lynch 2021-03-26 18:00:24 +11:00
  • 58f4691ab4 maybe fix chrome simon987 2020-11-14 18:31:45 -05:00
  • 78d750db82
    Update ngx_http_js_challenge.c simon987 2020-11-14 17:47:51 -05:00
  • 186b17223d
    maybe fix chrome85? simon987 2020-11-14 17:41:24 -05:00
  • 2b70183a0f
    Update README.md simon987 2020-05-29 18:56:30 -04:00
  • e1f72441b2 tell nginx to not process further handlers simon987 2020-05-25 21:59:11 -04:00
  • d8f7f5e001 #2 simon987 2020-05-20 19:32:45 -04:00
  • 00fe1b6e2f typo simon987 2020-05-07 20:32:04 -04:00
  • 8f7fb98e20 Embed SHA1 (for real this time) simon987 2020-05-07 20:15:06 -04:00
  • 0858f1b7c1 Embed SHA1 simon987 2020-03-28 10:37:05 -04:00
  • afef1d46bc Make code C90-compatible simon987 2020-03-24 11:27:19 -04:00
  • b662578243 fix build attempt (#2) simon987 2020-03-24 10:40:05 -04:00
  • 2a4ac62c52 Compile with C99 (#2) simon987 2020-03-24 10:06:12 -04:00
  • 19bfd5e46c
    note known limitations simon987 2020-03-03 08:28:16 -05:00
  • 5c5322c772
    Update README.md simon987 2020-03-03 08:23:59 -05:00
  • a5fbc6afbb
    add shebang simon987 2020-03-03 08:12:56 -05:00
  • 0e6edac7a4
    Update README.md simon987 2020-03-02 16:30:42 -05:00
  • 1750ade558 cleanup simon987 2020-03-02 15:57:05 -05:00
  • 3aed336a3c Configuration options, tweak challenge, update readme simon987 2020-03-02 15:47:34 -05:00
  • 24fb11fe0d center image simon987 2020-03-02 09:01:54 -05:00
  • 52ca6cea21 Update readme & quick cleanup simon987 2020-03-02 09:00:33 -05:00
  • a41acf4983 PoC (wip...) simon987 2020-03-01 21:05:36 -05:00
  • 89f90c291a
    Create LICENSE simon987 2020-03-01 11:03:19 -05:00
  • f7006a18ea Initial commit (hello world) simon987 2020-03-01 10:58:25 -05:00