Skip to content
Snippets Groups Projects

Issue #3457382: Removed re-listing of whitelisted IPs.

2 files
+ 55
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -52,6 +52,10 @@ class FloodWhiteList implements FloodInterface {
* {@inheritdoc}
*/
public function register($name, $window = 3600, $identifier = NULL) {
if ($this->isIpWhitelisted()) {
return;
}
return $this->flood->register($name, $window, $identifier);
}
Loading