We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a90e8 commit 9162956Copy full SHA for 9162956
apps/web-roo-code/src/components/CookieConsent.tsx
@@ -47,7 +47,7 @@ export function CookieConsent({
47
cookieName = CONSENT_COOKIE_NAME,
48
debug = false,
49
}: CookieConsentProps) {
50
- const [hostname, setHostname] = useState<string>("localhost")
+ const [hostname, setHostname] = useState<string>(CONSENT_COOKIE_DOMAIN)
51
52
useEffect(() => {
53
setHostname(window.location.hostname)
0 commit comments