Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iREBdGuF] Stop recommending loading/unrestricting all procedures (#3413) #3661

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/asciidoc/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** xref::installation/index.adoc#neo4j-desktop[Neo4j Desktop]
** xref::installation/index.adoc#neo4j-server[Neo4j Server]
** xref::installation/index.adoc#docker[Docker]
** xref::installation/index.adoc#restricted[Load and Unrestrict]
** xref::installation/index.adoc#restricted[Load and unrestrict procedures/functions]
** xref::installation/index.adoc#additional_dependencies[Additional Dependencies]

* xref::config/index.adoc[]
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/modules/ROOT/pages/installation/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ See the compatibility matrix in https://neo4j.com/labs/apoc/4.4/installation/ to
include::partial$docker.adoc[tags=docker,leveloffset=1]

[[restricted]]
== Load and Unrestrict
== Load and unrestrict procedures/functions

include::partial$restricted.adoc[tags=restricted,leveloffset=1]

Expand Down
3 changes: 2 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ You can find http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/[all
// tag::warnings[]
For security reasons, procedures and functions that use internal APIs are disabled by default.
Loading and enabling APOC procedures and functions can be configured using the Neo4j config file.
For more details, see https://neo4j.com/labs/apoc/4.4/installation/#restricted[the APOC installation documentation].

For more details, see {docs}/installation#restricted[the APOC installation documentation].
// end::warnings[]
====

Expand Down