Skip to content

Commit 4a54aff

Browse files
committed
Fix modsecurity-regression-test-secremoterules.txt URL in example
Use the same URL in 62ec4ed
1 parent 9a1155c commit 4a54aff

File tree

1 file changed

+1
-1
lines changed
  • examples/simple_example_using_c

1 file changed

+1
-1
lines changed

examples/simple_example_using_c/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ int main (int argc, char **argv)
4747
msc_rules_dump(rules);
4848

4949
ret = msc_rules_add_remote(rules, "test",
50-
"https://www.modsecurity.org/modsecurity-regression-test-secremoterules.txt",
50+
"https://gist.githubusercontent.com/zimmerle/a4c1ec028999f7df71d0cc80f4f271ca/raw/4c74363bf4eae974180f1a82007196e58729dd16/modsecurity-regression-test-secremoterules.txt",
5151
&error);
5252
if (ret < 0) {
5353
fprintf(stderr, "Problems loading the rules --\n");

0 commit comments

Comments
 (0)