Skip to content

Commit d2f5462

Browse files
committed
Add troubleshooting section
1 parent 286c459 commit d2f5462

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
129 KB
Loading

integrations/privacy/osano.mdx

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,30 @@ The `SOURCE` can be found as the `src` value in the code snippet generated by Os
2424

2525
```html Code snippet from Osano
2626
<script src="https://cmp.osano.com/placeholder/placeholder/osano.js"/>
27-
```
27+
```
28+
29+
## Troubleshooting
30+
31+
<Accordion
32+
title="Pages not loading with Strict compliance mode"
33+
>
34+
If your documentation pages aren't loading properly when using Osano's **Strict** compliance mode, you'll need to whitelist Mintlify's domain to allow images and other assets to load.
35+
36+
<Steps>
37+
<Step title="Navigate to Managed Rules">
38+
In your Osano dashboard, go to **Scripts** → **Managed Rules**.
39+
</Step>
40+
41+
<Step title="Add Mintlify domain">
42+
Add `.mintlify.app/` as a managed rule.
43+
44+
<Frame>
45+
<img src="/images/integrations/osano-managed-rule.png" alt="Osano managed rule" />
46+
</Frame>
47+
48+
<Info>
49+
This ensures that all Mintlify-served assets (including images, stylesheets, and other documentation resources) are treated as essential and will load even when Osano blocks uncategorized third-party content.
50+
</Info>
51+
</Step>
52+
</Steps>
53+
</Accordion>

0 commit comments

Comments
 (0)