This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d9d56c0d30 Deploying to asf-site from @ 
apache/cordova-docs@b0f1c5a665493e7815ee4cf0e14b9677643731af 🚀
d9d56c0d30 is described below

commit d9d56c0d301f6d894b0879a5e4f58e2fa010f7c7
Author: erisu <er...@users.noreply.github.com>
AuthorDate: Wed Oct 23 01:13:11 2024 +0000

    Deploying to asf-site from @ 
apache/cordova-docs@b0f1c5a665493e7815ee4cf0e14b9677643731af 🚀
---
 docs/en/11.x/guide/appdev/allowlist/index.html | 2 +-
 docs/en/12.x/guide/appdev/allowlist/index.html | 2 +-
 docs/en/dev/guide/appdev/allowlist/index.html  | 2 +-
 feed.xml                                       | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en/11.x/guide/appdev/allowlist/index.html 
b/docs/en/11.x/guide/appdev/allowlist/index.html
index f3e5e05714..9e11c81f2c 100644
--- a/docs/en/11.x/guide/appdev/allowlist/index.html
+++ b/docs/en/11.x/guide/appdev/allowlist/index.html
@@ -2330,7 +2330,7 @@
 <span class="nt">&lt;access</span> <span class="na">origin=</span><span 
class="s">"*"</span> <span class="nt">/&gt;</span>
 </code></pre></div></div>
 
-<p>Without any <code>&lt;access&gt;</code> tags, only requests to 
<code>file://</code> URLs are allowed. However, the default Cordova application 
includes <code>&lt;access origin="*"&gt;</code> by default.</p>
+<p>Without any <code>&lt;access&gt;</code> tags, only requests to the location 
where the app content is served are allowed.</p>
 
 <p>Note: Allow List cannot block network redirects from a allow listed remote 
website (i.e. <code>http</code> or <code>https</code>) to a non-allowlisted 
website. Use CSP rules to mitigate redirects to non-allowlisted websites for 
webviews that support CSP.</p>
 
diff --git a/docs/en/12.x/guide/appdev/allowlist/index.html 
b/docs/en/12.x/guide/appdev/allowlist/index.html
index ea069ac596..bc51e9319c 100644
--- a/docs/en/12.x/guide/appdev/allowlist/index.html
+++ b/docs/en/12.x/guide/appdev/allowlist/index.html
@@ -2349,7 +2349,7 @@
 <span class="nt">&lt;access</span> <span class="na">origin=</span><span 
class="s">"*"</span> <span class="nt">/&gt;</span>
 </code></pre></div></div>
 
-<p>Without any <code>&lt;access&gt;</code> tags, only requests to 
<code>file://</code> URLs are allowed. However, the default Cordova application 
includes <code>&lt;access origin="*"&gt;</code> by default.</p>
+<p>Without any <code>&lt;access&gt;</code> tags, only requests to the location 
where the app content is served are allowed.</p>
 
 <p>Note: Allow List cannot block network redirects from a allow listed remote 
website (i.e. <code>http</code> or <code>https</code>) to a non-allowlisted 
website. Use CSP rules to mitigate redirects to non-allowlisted websites for 
webviews that support CSP.</p>
 
diff --git a/docs/en/dev/guide/appdev/allowlist/index.html 
b/docs/en/dev/guide/appdev/allowlist/index.html
index 2f88abf41a..bf3691f2fe 100644
--- a/docs/en/dev/guide/appdev/allowlist/index.html
+++ b/docs/en/dev/guide/appdev/allowlist/index.html
@@ -2357,7 +2357,7 @@
 <span class="nt">&lt;access</span> <span class="na">origin=</span><span 
class="s">"*"</span> <span class="nt">/&gt;</span>
 </code></pre></div></div>
 
-<p>Without any <code>&lt;access&gt;</code> tags, only requests to 
<code>file://</code> URLs are allowed. However, the default Cordova application 
includes <code>&lt;access origin="*"&gt;</code> by default.</p>
+<p>Without any <code>&lt;access&gt;</code> tags, only requests to the location 
where the app content is served are allowed.</p>
 
 <p>Note: Allow List cannot block network redirects from a allow listed remote 
website (i.e. <code>http</code> or <code>https</code>) to a non-allowlisted 
website. Use CSP rules to mitigate redirects to non-allowlisted websites for 
webviews that support CSP.</p>
 
diff --git a/feed.xml b/feed.xml
index e6ff92da20..36ca07a168 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Wed, 23 Oct 2024 01:11:40 +0000</pubDate>
-    <lastBuildDate>Wed, 23 Oct 2024 01:11:40 +0000</lastBuildDate>
+    <pubDate>Wed, 23 Oct 2024 01:12:13 +0000</pubDate>
+    <lastBuildDate>Wed, 23 Oct 2024 01:12:13 +0000</lastBuildDate>
     <generator>Jekyll v4.3.4</generator>
     
       <item>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to