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
1 change: 0 additions & 1 deletion files/ru/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@
/ru/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web_RU /ru/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web
/ru/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Полный_список_типов_MIME /ru/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
/ru/docs/Web/HTTP/Feature_Policy /ru/docs/Web/HTTP/Permissions_Policy
/ru/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy /ru/docs/orphaned/Web/HTTP/Feature_Policy/Using_Feature_Policy
/ru/docs/Web/HTTP/Response_codes /ru/docs/Web/HTTP/Status
/ru/docs/Web/HTTP/Авторизация /ru/docs/Web/HTTP/Authentication
/ru/docs/Web/HTTP/Заголовки /ru/docs/Web/HTTP/Headers
Expand Down
4 changes: 0 additions & 4 deletions files/ru/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -17242,10 +17242,6 @@
"isatalkin"
]
},
"orphaned/Web/HTTP/Feature_Policy/Using_Feature_Policy": {
"modified": "2020-02-11T10:54:06.896Z",
"contributors": ["mechtool"]
},
"orphaned/Web/JavaScript/Guide/Об_этом_руководстве": {
"modified": "2019-03-24T00:13:23.720Z",
"contributors": ["teoli", "danielgn96"]
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions files/ru/web/api/mediadevices/getusermedia/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ Feature-Policy: microphone 'self' https://developer.mozilla.org
</iframe>
```

Прочитайте наше руководство [Применение функциональной политики](/ru/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy), изучив подробнее то, как это работает.

#### Безопасность на основе шифрования

Метод `getUserMedia()` доступен _только_ для [безопасных контекстов](/ru/docs/Web/Security/Secure_Contexts). Безопасный контекст - это уверенность браузера в том, что документ был загружен безопасно, используя HTTPS/TLS, и имеет ограниченную подверженность небезопасным контекстам. Если документ не загружен в безопасном контексте, свойство {{domxref("navigator.mediaDevices")}} равно `undefined`, делая невозможным доступ к методу `getUserMedia()`. Попытка получить доступ в такой ситуации приведёт к ошибке `TypeError`.
Expand Down
3 changes: 0 additions & 3 deletions files/ru/web/http/permissions_policy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ Feature Policy provides two ways to specify policies to control features:

The primary difference between the HTTP header and the `allow` attribute is that the allow attribute only controls features within an iframe. The header controls features in the response and any embedded content within the page.

For more details see [Using Feature Policy](/ru/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy).

## Types of policy-controlled features

Though Feature Policy provides control of multiple features using a consistent syntax, the behavior of policy controlled features varies and depends on several factors.
Expand Down Expand Up @@ -110,7 +108,6 @@ The features include:

## See also

- [Using Feature Policy](/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy)
- {{HTTPHeader("Feature-Policy")}} HTTP header
- {{HTMLElement('iframe','<code>allow</code>','#Attributes')}} attribute on iframes
- [Introduction to Feature Policy](https://developers.google.com/web/updates/2018/06/feature-policy)
Expand Down