Skip to content

Commit dc6bd65

Browse files
committed
fixed hyperlinks
1 parent 3eed6d1 commit dc6bd65

File tree

1 file changed

+41
-21
lines changed

1 file changed

+41
-21
lines changed

content/waf/policies/parameter-reference.md

Lines changed: 41 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ If you want a zip/text file with all of these, just say so!
171171
| [loginAttemptsFromTheSameUser](#policy/brute-force-attack-preventions/loginAttemptsFromTheSameUser) | object | Config for detecting brute force attacks for Username. | |
172172
| reEnableLoginAfter | integer min:60 max:90000 | Defines prevention period (seconds) for source-based attacks. | |
173173
| sourceBasedProtectionDetectionPeriod| integer min:60 max:90000 | Defines detection period (seconds) for source-based attacks. | |
174-
| [url](#policy/brute-force-attack-preventions/url) | object | Reference to the login URL (policy/login-pages). | |
174+
| [url](#policy/urls) | object | Reference to the login URL (policy/login-pages). | |
175175

176176
---
177177

@@ -352,16 +352,16 @@ If you want a zip/text file with all of these, just say so!
352352
| Field Name | Type | Description | Allowed Values |
353353
| --------------------------- | ----------------| --------------------- | -------------- |
354354
| attackSignaturesCheck | boolean | | |
355-
| [defenseAttributes](#policy/graphql-profiles/) | object | | |
355+
| [defenseAttributes](#policy/graphql-profiles/defenseAttributes) | object | | |
356356
| description | string | | |
357357
| hasIdlFiles | boolean | | |
358-
| [idlFiles](#policy/graphql-profiles/) | array of objects| | |
359-
| [metacharElementCheck](#policy/graphql-profiles/) | boolean | | |
360-
| metacharOverrides | array of objects| | |
358+
| [idlFiles](#policy/graphql-profiles/idlFiles) | array of objects| | |
359+
| metacharElementCheck | boolean | | |
360+
| [metacharOverrides](#policy/graphql-profiles/metacharOverrides) | array of objects| | |
361361
| name | string | | |
362-
| [responseEnforcement](#policy/graphql-profiles/) | object | | |
363-
| [sensitiveData](#policy/graphql-profiles/) | array of objects| | |
364-
| [signatureOverrides](#policy/graphql-profiles/) | array of objects| | |
362+
| [responseEnforcement](#policy/graphql-profiles/responseEnforcement) | object | | |
363+
| [sensitiveData](#policy/graphql-profiles/sensitiveData) | array of objects| | |
364+
| [signatureOverrides](#policy/graphql-profiles/signatureOverrides) | array of objects| | |
365365

366366
---
367367

@@ -383,11 +383,19 @@ If you want a zip/text file with all of these, just say so!
383383

384384
| Field Name | Type | Description | Allowed Values |
385385
| ------------- | -------------- | --------------- | -------------- |
386-
| idlFile | object | | |
386+
| [idlFile](#policy/graphql-profiles/idlFiles/idlFile) | object | | |
387387
| isPrimary | boolean | | |
388388

389389
---
390390

391+
## idlFile {#policy/graphql-profiles/idlFiles/idlFile}
392+
393+
| Field Name | Type | Description | Allowed Values |
394+
| ------------- | -------------- | --------------- | -------------- |
395+
| | | | |
396+
397+
---
398+
391399
## metacharOverrides {#policy/graphql-profiles/metacharOverrides}
392400

393401
| Field Name | Type | Description | Allowed Values |
@@ -455,13 +463,21 @@ If you want a zip/text file with all of these, just say so!
455463

456464
| Field Name | Type | Description | Allowed Values |
457465
| ------------- | -------- | ----------- | -------------- |
458-
| idlFile | object | | |
466+
| [idlFile](#policy/grpc-profiles/idlFiles/idlFile) | object | | |
459467
| importUrl | string | | |
460468
| isPrimary | boolean | | |
461469
| primaryIdlFileName | string | | |
462470

463471
---
464472

473+
## idlFile {#policy/grpc-profiles/idlFiles/idlFile}
474+
475+
| Field Name | Type | Description | Allowed Values |
476+
| ------------- | -------- | ----------- | -------------- |
477+
| | | | |
478+
479+
---
480+
465481
## signatureOverrides {#policy/grpc-profiles/signatureOverrides}
466482

467483
| Field Name | Type | Description | Allowed Values |
@@ -583,8 +599,8 @@ If you want a zip/text file with all of these, just say so!
583599
| description | string | | |
584600
| handleJsonValuesAsParameters| boolean | | |
585601
| hasValidationFiles | boolean | | |
586-
| [metacharElementCheck](#policy/json-profiles/metacharElementCheck) | boolean | | |
587-
| metacharOverrides | array of objects| | |
602+
| metacharElementCheck | boolean | | |
603+
| [metacharOverrides](#policy/json-profiles/metacharOverrides) | array of objects| | |
588604
| name | string | | |
589605
| [signatureOverrides](#policy/json-profiles/signatureOverrides) | array of objects| | |
590606
| [validationFiles](#policy/json-profiles/validationFiles) | array of objects| | |
@@ -629,7 +645,15 @@ If you want a zip/text file with all of these, just say so!
629645
|-----------------|---------------|-------------|---------------|
630646
| importUrl | string | | |
631647
| isPrimary | boolean | | |
632-
| jsonValidationFile | object | | |
648+
| [jsonValidationFile](#policy/json-profiles/validationFiles/jsonValidationFile) | object | | |
649+
650+
---
651+
652+
## jsonValidationFile {#policy/json-profiles/validationFiles/jsonValidationFile}
653+
654+
| Field Name | Type | Description | Allowed Values |
655+
|-----------------|---------------|-------------|---------------|
656+
| | | | |
633657

634658
---
635659

@@ -677,7 +701,7 @@ If you want a zip/text file with all of these, just say so!
677701

678702
---
679703

680-
## accessValidation {#login-pages/accessValidation}
704+
## accessValidation {#policy/login-pages/accessValidation}
681705

682706
| Field Name | Type | Description | Allowed Values |
683707
| ----------------------- | ---------------- | --------------------------------------------------- | -------------- |
@@ -793,7 +817,7 @@ If you want a zip/text file with all of these, just say so!
793817

794818
| Field Name | Type | Description | Allowed Values |
795819
|---------------|--------|-------------|---------------|
796-
| contentProfile| object | Content profile object | |
820+
| [contentProfile](#policy/parameters/contentProfile/contentProfile) | object | Content profile object | |
797821

798822
---
799823

@@ -1043,7 +1067,7 @@ If you want a zip/text file with all of these, just say so!
10431067

10441068
---
10451069

1046-
### metacharOverrides {policy/urls/metacharOverrides_2}
1070+
### metacharOverrides {policy/urls/metacharOverrides}
10471071

10481072
| Field Name | Type | Description | Allowed Values |
10491073
|------------|---------|---------------------------------|---------------|
@@ -1102,7 +1126,7 @@ If you want a zip/text file with all of these, just say so!
11021126

11031127
---
11041128

1105-
#### (Table at end of parameter listing: special urls block) TODO
1129+
## urls {#unknown-urls}
11061130

11071131
| Field Name | Reference | Type | Description | Allowed Values |
11081132
|------------|-----------|-----------------|-------------|---------------|
@@ -1169,10 +1193,6 @@ If you want a zip/text file with all of these, just say so!
11691193

11701194
---
11711195

1172-
Certainly! Here’s the continuation, picking up the remaining tables in your list after the last "xml-profiles/signatureOverrides" table. These include the **blocking-settings sub-tables**, **bot-defense/mitigations sub-tables**, etc.
1173-
1174-
---
1175-
11761196
## evasions {#policy/blocking-settings/evasions}
11771197

11781198
| Field Name | Type | Description | Allowed Values |

0 commit comments

Comments
 (0)