()
| 340 | } |
| 341 | |
| 342 | func (m *Option) ForbiddenReferer() []string { |
| 343 | return strings.Split(GetOptionValue("FORBIDDEN_REFERER", ""), "\n") |
| 344 | } |
| 345 | |
| 346 | func (m *Option) IsResponseEmptyForAPP(requestVersion, word string) (yes bool) { |
| 347 | version := GetOptionValue("CheckingAppVersion", "") |
no test coverage detected