0
0
0Andrey02016-08-20 13:20:49
PHP
0Andrey0, 2016-08-20 13:20:49

How to filter user input from javascript insert?

К примеру, если пользователь вводит пост/комментарий на сайте отформатированный с помощью html тегов, который сохраняется в базе "как есть" и вставляется на страницу из базы так же, то юзер может ввести javascript код и воровать данные других пользователей с этой страницы отправляя ajax запросы к себе. Как отфильтровать ввод/вывод от javascript?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
napa3um, 2016-08-20
@0Andrey0

Strip all tags on save except whitelisted safe tags (for example, B, I, and H).

C
Chronic 86, 2016-08-20
@chronic86

Look for ready-made filters in Google, otherwise it hurts a lot of variations on how to hide tags from filters. Why reinvent the wheel.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question