Avoid fetching files from external cdn on reverse proxy

Describe the problem/error/question

We using n8n in self-hosted version with reverse proxy, we succeded to bootstrap the app. now we encounter on CSP issue which related to some cdn (see attached image) and other external api requests.
my question is, can we serve the all files staticly without fetching it from external services?

What is the error message (if any)?

Information on your n8n setup

  • **n8n version:latest
  • **Database (default: SQLite):postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):npm
  • **Operating system:mac os

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @mtubul,

Those look to be for version update checks and anonymous analytics, If you don’t want to allow any of this you can follow the env options on this page: Isolating n8n | n8n Docs

@Jon thanks for your helpful answer, found those env’s and turn them off

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.