Obsidian should only connect to obsidian.md and raw.githubusercontent.com. There is also github-production-release-asset-2e65be.s3.amazonaws.com which is the AWS site that actually hosts the updates on Github.
If you observe outgoing requests to any other site, it’s most likely from one of these sources:
- External images such as
.
-
<iframe> embeds.
- Third party plugin that loads a remote resource.
- Custom CSS with a
background-image: url(...) (or alternatively background, list-style, list-style-image, content, cursur, border, border-image, border-image-source, mask, mask-image).
- Custom CSS with a
@font-face { src: url(...) }.
-
<audio>, <video> tags with src being an external resource.
- Other possibilities from raw HTML tags.