Skip to content
Merged
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
20 changes: 20 additions & 0 deletions src/content/docs/rules/configuration-rules/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,26 @@ API values: `"off"`, `"essentially_off"`, `"under_attack"`.

</Details>

## Markdown for Agents

[Markdown for Agents](/fundamentals/reference/markdown-for-agents/) automatically converts HTML to Markdown for requests that use content negotiation headers (`Accept: text/markdown`).

Use this setting to turn on or off Markdown for Agents for matching requests.

<Details header="API information">

API configuration property name: `"content_converter"` (boolean).

```json title="API configuration example"
"action_parameters": {
"content_converter": true
}
```

<Render file="configuration-rule-link-to-examples" product="rules" />

</Details>

## Opportunistic Encryption

[Opportunistic Encryption](/ssl/edge-certificates/additional-options/opportunistic-encryption/) allows browsers to access HTTP URIs over an encrypted TLS channel.
Expand Down