From 8daa4cf818d685b4de6655dcafafd06dce152647 Mon Sep 17 00:00:00 2001
From: ztyyLV <97287824+ztyyLV@users.noreply.github.com>
Date: Thu, 3 Aug 2023 14:18:47 +0800
Subject: [PATCH 1/2] update
---
faq/failed-to-load-resource.md | 2 +-
faq/iso-27001-compliant.md | 2 +-
getstarted/vue3.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/faq/failed-to-load-resource.md b/faq/failed-to-load-resource.md
index f51329d2..f5a9436b 100644
--- a/faq/failed-to-load-resource.md
+++ b/faq/failed-to-load-resource.md
@@ -37,7 +37,7 @@ In the case that you have used our expired certificate - local.dynamsoft.com, yo
- **High Level Security Requirement (Please note: you need to replace the certificate annually due to expiration)**
- 1. (**Recommended**) Revert back to the self-signed certificate for "127.0.0.1". Dynamsoft understands the importance of information security and are committed to remaining one of the most security-compliant companies in the industry. Starting from April 9,2021, Dynamsoft becomes ISO 27001 certified. Although a self-sign certificate is being used all connections are limited to the device itself (127.0.0.1) which ensures security in most cases.
+ 1. (**Recommended**) Revert back to the self-signed certificate for "127.0.0.1". Dynamsoft understands the importance of [information security](https://www.dynamsoft.com/Products/Dynamsoft_Security_Whitepaper.pdf) and are committed to remaining one of the most security-compliant companies in the industry. Starting from April 9,2021, Dynamsoft becomes ISO 27001 certified. Although a self-sign certificate is being used all connections are limited to the device itself (127.0.0.1) which ensures security in most cases.
2. If you have to use "local.dynamsoft.com", the following methods can be taken:
- Method 1 (**Recommended**). Take advantage of the new feature -- **Remote Scan** which released in v18.0. With Remote Scan, you can limit the number of Dynamsoft Service Installations to a minimum. For more details, please refer to [What is Remote Scan](https://www.dynamsoft.com/remote-scan/docs/introduction/).
diff --git a/faq/iso-27001-compliant.md b/faq/iso-27001-compliant.md
index 062e7bae..8ceec005 100644
--- a/faq/iso-27001-compliant.md
+++ b/faq/iso-27001-compliant.md
@@ -15,6 +15,6 @@ permalink: /faq/iso-27001-compliant.html
Yes, since April 9, 2021, Dynamsoft has successfully passed the audit and become ISO 27001 certified.
-We understand the importance of information security and are committed to remaining one of the most security-compliant companies in the industry.
+We understand the importance of [information security](https://www.dynamsoft.com/Products/Dynamsoft_Security_Whitepaper.pdf) and are committed to remaining one of the most security-compliant companies in the industry.
For more information, please check out our blog: Dynamsoft is now ISO 27001 certified! - Dynamsoft Blog
diff --git a/getstarted/vue3.md b/getstarted/vue3.md
index d6ad4c75..1deb2bf3 100644
--- a/getstarted/vue3.md
+++ b/getstarted/vue3.md
@@ -149,7 +149,7 @@ function openImage() {
:value="index"
:key="index"
>
- {{ source.displayName }}
+ {% raw %}{{ source.displayName }}{% endraw %}
From 81a5e6dfe1b592cae4ec0d1c3f93cb5216ce049b Mon Sep 17 00:00:00 2001
From: ztyyLV <97287824+ztyyLV@users.noreply.github.com>
Date: Thu, 3 Aug 2023 14:30:02 +0800
Subject: [PATCH 2/2] Update vue.md
---
getstarted/vue.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/getstarted/vue.md b/getstarted/vue.md
index 7b3dca7e..7d914b96 100644
--- a/getstarted/vue.md
+++ b/getstarted/vue.md
@@ -73,7 +73,7 @@ Change the file `/src/components/HelloWorld.vue` to match the following `templat
v-bind:value="index"
:key="index"
>
- {{ source.displayName }}
+ {% raw %}{{ source.displayName }}{% endraw %}
@@ -351,7 +351,7 @@ function openImage() {
:value="index"
:key="index"
>
- {{ source.displayName }}
+ {% raw %}{{ source.displayName }}{% endraw %}