From a3ee04152d6abbcb2aefcf8adbadcdca811f4502 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 15 May 2024 08:27:55 -0700 Subject: [PATCH] docs: Update further-reading URL for cross-domain policies The old one now just redirects to https://developer.adobe.com/ Change-Id: Iba281bb8dceedef9bbb702abf0b93473bf91d9f7 --- doc/source/crossdomain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/crossdomain.rst b/doc/source/crossdomain.rst index d2d55facc7..31915d3689 100644 --- a/doc/source/crossdomain.rst +++ b/doc/source/crossdomain.rst @@ -6,7 +6,7 @@ A cross-domain policy file allows web pages hosted elsewhere to use client side technologies such as Flash, Java and Silverlight to interact with the Swift API. -See http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html for +See https://www.adobe.com/devnet-docs/acrobatetk/tools/AppSec/xdomain.html for a description of the purpose and structure of the cross-domain policy file. The cross-domain policy file is installed in the root of a web server (i.e., the path is ``/crossdomain.xml``).