You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/app/(docs)/react/utils/csp-provider/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<Subtitle>Configures CSP-related behavior for inline tags rendered by Base UI components.</Subtitle>
4
4
<Meta
5
5
name="description"
6
-
content="A CSP provider component that applies a nonce to inline <style> and <script> tags rendered by BaseUI components, and can disable inline <style> elements."
6
+
content="A CSP provider component that applies a nonce to inline style and script tags rendered by BaseUI components, and can disable inline style elements."
Copy file name to clipboardExpand all lines: docs/src/app/(docs)/react/utils/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
## CSP Provider
14
14
15
-
A CSP provider component that applies a nonce to inline <style> and <script> tags rendered by BaseUI components, and can disable inline <style> elements.
15
+
A CSP provider component that applies a nonce to inline style and script tags rendered by BaseUI components, and can disable inline style elements.
0 commit comments