Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions docs/content_management/url_management/url_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,17 @@

#### http/https protocol

| Option | Description | Default value |
|----------------------|----------------------------------------------------------------------------------------|-----------------------|
| enabled | Enables link validation. | true |
| timeout | Defines the time that the request is allowed to take (in seconds). | 10 |
| connection_timeout | Defines the time that the connect phase is allowed to take (in seconds). | 5 |
| batch_size | Defines a maximum number of asynchronous requests. | 10 |
| ignore_certificate | Decides if the peer's SSL certificate or the certificate name are verified against the host. | false |
| Option | Description | Default value |
|--------------------|----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|
| enabled | Enables link validation. | true |
| timeout | Defines the time that the request is allowed to take (in seconds). | 10 |

Check notice on line 70 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L70 <Ibexa.Passive>

Try to avoid passive tense, when possible.
Raw output
{"message":"Try to avoid passive tense, when possible.","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":70,"column":58},"end":{"line":70,"column":68}}},"severity":"INFO","code":{"value":"Ibexa.Passive"}}
| connection_timeout | Defines the time that the connect phase is allowed to take (in seconds). | 5 |

Check notice on line 71 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L71 <Ibexa.Passive>

Try to avoid passive tense, when possible.
Raw output
{"message":"Try to avoid passive tense, when possible.","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":71,"column":64},"end":{"line":71,"column":74}}},"severity":"INFO","code":{"value":"Ibexa.Passive"}}
| batch_size | Defines a maximum number of asynchronous requests. | 10 |
| ignore_certificate | Decides if the peer's SSL certificate or the certificate name are verified against the host. | false |

Check notice on line 73 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L73 <Ibexa.Passive>

Try to avoid passive tense, when possible.
Raw output
{"message":"Try to avoid passive tense, when possible.","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":73,"column":86},"end":{"line":73,"column":98}}},"severity":"INFO","code":{"value":"Ibexa.Passive"}}
| method | Defines the HTTP method used to validate the URL (HEAD or GET). | HEAD |
| fallback_to_get | Decides if the validation is retried with GET when HEAD failed. | true |

Check failure on line 75 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L75 <Ibexa.Spellcheck>

Did you really mean 'fallback_to_get'?
Raw output
{"message":"Did you really mean 'fallback_to_get'?","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":75,"column":3},"end":{"line":75,"column":18}}},"severity":"ERROR","code":{"value":"Ibexa.Spellcheck"}}

Check notice on line 75 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L75 <Ibexa.Passive>

Try to avoid passive tense, when possible.
Raw output
{"message":"Try to avoid passive tense, when possible.","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":75,"column":50},"end":{"line":75,"column":60}}},"severity":"INFO","code":{"value":"Ibexa.Passive"}}
| user_agent | Defines the user agent used to request the URL. | Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0 |

Check failure on line 76 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L76 <Ibexa.Spellcheck>

Did you really mean 'user_agent'?
Raw output
{"message":"Did you really mean 'user_agent'?","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":76,"column":3},"end":{"line":76,"column":13}}},"severity":"ERROR","code":{"value":"Ibexa.Spellcheck"}}

Check warning on line 76 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L76 <Ibexa.Semicolon>

Only use the semicolon if you're absolutely sure what you're doing.
Raw output
{"message":"Only use the semicolon if you're absolutely sure what you're doing.","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":76,"column":135},"end":{"line":76,"column":136}}},"severity":"WARNING","code":{"value":"Ibexa.Semicolon"}}

Check warning on line 76 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L76 <Ibexa.Semicolon>

Only use the semicolon if you're absolutely sure what you're doing.
Raw output
{"message":"Only use the semicolon if you're absolutely sure what you're doing.","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":76,"column":149},"end":{"line":76,"column":150}}},"severity":"WARNING","code":{"value":"Ibexa.Semicolon"}}
| headers | Defines the headers used to request the URL. | <nobr>Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</nobr><br>Accept-Language: en-US,en;q=0.5 |

Check warning on line 77 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L77 <Ibexa.Semicolon>

Only use the semicolon if you're absolutely sure what you're doing.
Raw output
{"message":"Only use the semicolon if you're absolutely sure what you're doing.","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":77,"column":180},"end":{"line":77,"column":181}}},"severity":"WARNING","code":{"value":"Ibexa.Semicolon"}}

Check warning on line 77 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L77 <Ibexa.Semicolon>

Only use the semicolon if you're absolutely sure what you're doing.
Raw output
{"message":"Only use the semicolon if you're absolutely sure what you're doing.","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":77,"column":190},"end":{"line":77,"column":191}}},"severity":"WARNING","code":{"value":"Ibexa.Semicolon"}}

Check warning on line 77 in docs/content_management/url_management/url_management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/url_management/url_management.md#L77 <Ibexa.Semicolon>

Only use the semicolon if you're absolutely sure what you're doing.
Raw output
{"message":"Only use the semicolon if you're absolutely sure what you're doing.","location":{"path":"docs/content_management/url_management/url_management.md","range":{"start":{"line":77,"column":232},"end":{"line":77,"column":233}}},"severity":"WARNING","code":{"value":"Ibexa.Semicolon"}}

#### mailto protocol

Expand Down
Loading