You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/04/19 02:17:37 UTC

[cordova-common] branch master updated: fix: typo in access & allow navigation (#143)

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git


The following commit(s) were added to refs/heads/master by this push:
     new 78affbb  fix: typo in access & allow navigation (#143)
78affbb is described below

commit 78affbbb20da656ffbdb0f72e6edc3af460b7d58
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sun Apr 19 11:17:29 2020 +0900

    fix: typo in access & allow navigation (#143)
---
 src/ConfigParser/ConfigParser.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ConfigParser/ConfigParser.js b/src/ConfigParser/ConfigParser.js
index 795bc1b..6ff9eaf 100644
--- a/src/ConfigParser/ConfigParser.js
+++ b/src/ConfigParser/ConfigParser.js
@@ -426,7 +426,7 @@ class ConfigParser {
             allows_arbitrary_loads_in_web_content: element.get('allows-arbitrary-loads-in-web-content'),
             allows_arbitrary_loads_in_media: element.get('allows-arbitrary-loads-in-media'),
             allows_arbitrary_loads_for_media: element.get('allows-arbitrary-loads-for-media'),
-            allows_local_networkin: element.get('allows-local-networking')
+            allows_local_networking: element.get('allows-local-networking')
         }));
     }
 
@@ -441,7 +441,7 @@ class ConfigParser {
             href: element.attrib.href,
             minimum_tls_version: element.get('minimum-tls-version'),
             requires_forward_secrecy: element.get('requires-forward-secrecy'),
-            requires_certificate_transparenc: element.get('requires-certificate-transparency')
+            requires_certificate_transparency: element.get('requires-certificate-transparency')
         }));
     }
 


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