Variable: org-safe-remote-resources

org-safe-remote-resources is a customizable variable defined in org.el.gz.

Value

nil

Documentation

A list of regexp patterns matching safe URIs.

URI regexps are applied to both URLs and Org files requesting remote resources.

This variable was added, or its default value changed, in Org version
9.6.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-safe-remote-resources nil
  "A list of regexp patterns matching safe URIs.
URI regexps are applied to both URLs and Org files requesting
remote resources."
  :group 'org
  :package-version '(Org . "9.6")
  :type '(repeat regexp))