aboutsummaryrefslogtreecommitdiff
path: root/files/ru/словарь/csrf/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/словарь/csrf/index.html')
-rw-r--r--files/ru/словарь/csrf/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/ru/словарь/csrf/index.html b/files/ru/словарь/csrf/index.html
new file mode 100644
index 0000000000..287c077616
--- /dev/null
+++ b/files/ru/словарь/csrf/index.html
@@ -0,0 +1,16 @@
+---
+title: CSRF
+slug: Словарь/CSRF
+translation_of: Glossary/CSRF
+---
+<p><strong>CSRF</strong> (Cross-Site Request Forgery, рус. "Межсайтовая подделка запроса") - вид атаки, при которой вражеский сайт выдает себя за доверенного пользователя и отсылает на сайт нежелательные комманды. Это может быть сделано, к примеру, с помощью отправки  параметров в {{glossary("URL")}} в конце ссылки с целью перехода куда-либо в другое место.</p>
+
+<h2 id="Learn_more">Learn more</h2>
+
+<h3 id="General_knowledge">General knowledge</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Межсайтовая_подделка_запроса")}} на Wikipedia</li>
+ <li><a href="https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet">Prevention measures</a></li>
+ <li><a href="/en-US/Learn/tutorial/Information_Security_Basics">MDN security tutorial</a> </li>
+</ul>