Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faq/failed-to-load-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In the case that you have used our expired certificate - local.dynamsoft.com, yo

- **High Level Security Requirement (<font color=red>Please note: you need to replace the certificate annually due to expiration</font>)**

1. (**<u>Recommended</u>**) 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. (**<u>Recommended</u>**) 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 (**<u>Recommended</u>**). 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/).
Expand Down
2 changes: 1 addition & 1 deletion faq/iso-27001-compliant.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href="https://www.dynamsoft.com/blog/general/dynamsoft-is-now-iso-27001-certified/" target="_blank">Dynamsoft is now ISO 27001 certified! - Dynamsoft Blog</a>
4 changes: 2 additions & 2 deletions getstarted/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
</option>
</select>
<button @click="acquireImage()">Acquire Images</button>
Expand Down Expand Up @@ -351,7 +351,7 @@ function openImage() {
:value="index"
:key="index"
>
{{ source.displayName }}
{% raw %}{{ source.displayName }}{% endraw %}
</option>
</select>
<button @click="acquireImage()">Acquire Images</button>
Expand Down
2 changes: 1 addition & 1 deletion getstarted/vue3.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function openImage() {
:value="index"
:key="index"
>
{{ source.displayName }}
{% raw %}{{ source.displayName }}{% endraw %}
</option>
</select>
<button @click="acquireImage()">Acquire Images</button>
Expand Down