nextcloud / welcome

Welcome widget in Nextcloud's dashboard
GNU Affero General Public License v3.0
17 stars 11 forks source link

iframes stripped? #49

Open samuk opened 10 months ago

samuk commented 10 months ago

I'm trying to put an iframe it but the content does not appear?

Is this content stripped somehow? Can I override this?

kyteinsky commented 7 months ago

Hello, the dashboard app uses NcRichText from @nextcloud/vue package to render the markdown file. The new behaviour seems to be just to output the tags as plain text. Even if it did render them, there would need to be a CSP policy in place to allow that.