HermanMartinus / bearblog

Free, no-nonsense, super fast blogging.
MIT License
2.63k stars 75 forks source link

Allow embedding Office files hosted in OneDrive #184

Closed Disil closed 2 years ago

Disil commented 2 years ago

It would be great if <iframe> for onedrive.live.com is whitelisted, because it allows us to embed word/excel/ppt in post, without hassle (if you have ms account).

Example of code: <iframe src="https://onedrive.live.com/embed?cid=5418DAE1F9C38EFB&resid=5418DAE1F9C38EFB%21365&authkey=ALiwZNmjNH493f4&em=2" width="640" height="480" frameborder="0" scrolling="no"></iframe>

HermanMartinus commented 2 years ago

I've added it to the whitelist 👍