Commit 811c09e5 authored by Joshua Sedler's avatar Joshua Sedler 🤸🏼
Browse files

Issue #3289048 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent bf23028d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
type: module
name: Drupal Perimeter Defence
description: Immediately ban hackers when they try to scan the site.
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
  - drupal:ban
configure: perimeter.settings
+1 −1
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

namespace Drupal\perimeter\EventSubscriber;

use Symfony\Contracts\EventDispatcher\Event;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

use Drupal\Component\Utility\Xss;