Skip to content

Commit

Permalink
setup neo4j config to disable load on local file
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-fontugne committed Aug 21, 2024
1 parent f9481fb commit faa14c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions public/conf_notls/neo4j.conf
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ server.http.enabled=true
# `LOAD CSV`. Setting this value to `false` will cause Neo4j to fail `LOAD CSV`
# clauses that load data from the file system.
dbms.security.allow_csv_import_from_file_urls=false
dbms.security.allow_file_urls=false


# Value of the Access-Control-Allow-Origin header sent over any HTTP or HTTPS
# connector. This defaults to '*', which allows broadest compatibility. Note
Expand Down Expand Up @@ -243,7 +241,7 @@ server.databases.default_to_read_only=true

# A comma separated list of procedures to be loaded by default.
# Leaving this unconfigured will load all procedures found.
#dbms.security.procedures.allowlist=apoc.coll.*,apoc.load.*,gds.*
dbms.security.procedures.allowlist=

#********************************************************************
# JVM Parameters
Expand Down
2 changes: 0 additions & 2 deletions public/conf_tls/neo4j.conf
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ dbms.ssl.policy.https.public_certificate=neo4j.cert
# `LOAD CSV`. Setting this value to `false` will cause Neo4j to fail `LOAD CSV`
# clauses that load data from the file system.
dbms.security.allow_csv_import_from_file_urls=false
dbms.security.allow_file_urls=false


# Value of the Access-Control-Allow-Origin header sent over any HTTP or HTTPS
# connector. This defaults to '*', which allows broadest compatibility. Note
Expand Down

0 comments on commit faa14c3

Please sign in to comment.