mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1186, refactor security check. 3.0.114
This commit is contained in:
parent
c01806d5c4
commit
c51c378869
7 changed files with 178 additions and 53 deletions
|
@ -215,6 +215,7 @@ public:
|
|||
public:
|
||||
virtual SrsConfDirective* get_or_create(std::string n);
|
||||
virtual SrsConfDirective* get_or_create(std::string n, std::string a0);
|
||||
virtual SrsConfDirective* get_or_create(std::string n, std::string a0, std::string a1);
|
||||
virtual SrsConfDirective* set_arg0(std::string a0);
|
||||
// Remove the v from sub directives, user must free the v.
|
||||
virtual void remove(SrsConfDirective* v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue