What is whitelist and blacklist data?

前端 未结 5 803
离开以前
离开以前 2021-02-18 13:31

I was reading about development of XPCOM component. I came across these terms called whitelist data and blacklist data, I tried to find out on google but couldn\'t .. I do not

5条回答
  •  攒了一身酷
    2021-02-18 13:51

    white list is a list where you can use it for further need in your application as the functionality proceeds and black list is one which you are not interested in entertaining as you further proceed forward in your application.

提交回复
热议问题