Enabling Cookies for Google Calendar Embedded Page in Obsidian Desktop App on Manjaro Linux

143 views Asked by At

I am attempting to embed the Google Calendar page into my Obsidian note using the <iframe> tag on the Obsidian Desktop App. However, I am facing an issue with cookies, and the error message I encounter is as follows:

Your browser has cookies disabled. Make sure your cookies are enabled and try again. Learn more

Here is the code snippet I am using within my Obsidian note: <iframe src="https://calendar.google.com/" width="800" height="600" frameborder="0" scrolling="no"></iframe>

Is there any tag that enables it?

I have verified that cookies are enabled in my browser settings, but the issue persists within the Obsidian Desktop App. My operating system is Manjaro Linux. Has anyone encountered a similar challenge when embedding content with iframes in the Obsidian Desktop App on Linux? Are there specific configurations or workarounds to ensure that cookies are properly enabled for embedded content within Obsidian? Any insights or assistance would be greatly appreciated!

Thank you.

1

There are 1 answers

0
fcortell On

Obsidian does not have access to your browser, it brings its own.

There are some security restrictions that basically disable cookies in iframes, regardless of browser.

The Custom Frames plugin does allow for creating frames with cookies enabled(on desktop, it does not use iframes).

Source