Skip to content

Commit

Permalink
Translate docs/diagnostics/InternetAccess.md in en
Browse files Browse the repository at this point in the history
100% translated source file: 'docs/diagnostics/InternetAccess.md'
on 'en'.
  • Loading branch information
transifex-integration[bot] authored Jun 4, 2024
1 parent f7fa5a8 commit 83e82a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/en/diagnostics/InternetAccess.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,19 @@
<!-- Блоки выше заполняются автоматически, не трогать -->
## 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
<!-- Необходимо указывать ссылки на все источники, из которых почерпнута информация для создания диагностики -->
<!-- Примеры источников
* Источник: [Стандарт: Тексты модулей](https://its.1c.ru/db/v8std#content:456:hdoc)
* Полезная информация: [Отказ от использования модальных окон](https://its.1c.ru/db/metod8dev#content:5272:hdoc)
* Источник: [Cognitive complexity, ver. 1.4](https://www.sonarsource.com/docs/CognitiveComplexity.pdf) -->

0 comments on commit 83e82a0

Please sign in to comment.