Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Modules: improved checking for duplicate js_set variables. | Dmitry Volyntsev | 2024-04-22 |
Since 6fb1aca4eeaf (0.8.4) the identical js_set variables introduced as a part of an include file that is shared amongst multiple vhosts are rejected during configuration parsing. The patch ignores duplicate js_set variables when they refer to the same JS function. This fixes #705 issue on Github. |