Skip to content

Commit

Permalink
Merge pull request #3301 from 1c-syntax/translations_b366840ceaea654b…
Browse files Browse the repository at this point in the history
…c18e3b828c394d25_en

Updates for file docs/diagnostics/InternetAccess.md in en
  • Loading branch information
theshadowco authored Jun 4, 2024
2 parents 42b3af0 + 83e82a0 commit d87905c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/diagnostics/InternetAccess.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
<!-- Блоки выше заполняются автоматически, не трогать -->
## Description
<!-- Описание диагностики заполняется вручную. Необходимо понятным языком описать смысл и схему работу -->
Check access to Internet resources and the set of transmitted data to prevent the transfer of confidential or protected information.

## Examples
<!-- В данном разделе приводятся примеры, на которые диагностика срабатывает, а также можно привести пример, как можно исправить ситуацию -->
```bsl
HTTPConnection = New HTTPConnection("zabbix.localhost", 80); // error
FTPConnection = New FTPConnection(Server, Port, User, Pwd); // error
```

## Sources
<!-- Необходимо указывать ссылки на все источники, из которых почерпнута информация для создания диагностики -->
Expand Down

0 comments on commit d87905c

Please sign in to comment.