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: src/components/FAQ/FaqModal.tsx
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,22 @@ const faqs = [
26
26
},
27
27
{
28
28
question: 'Is my API key secure?',
29
-
answer:
30
-
'Your API key is encrypted and stored locally in your browser. API requests pass through our open-source CORS proxy to reach Bugzilla (required due to browser security restrictions). We do not log or store your key. You can review the proxy code on GitHub.',
29
+
answer: (
30
+
<>
31
+
Your API key is encrypted and stored locally in your browser. API requests pass through our
32
+
open-source CORS proxy to reach Bugzilla (required due to browser security restrictions). We
33
+
do not log or store your key. You can review the{' '}
0 commit comments