You are here

protected static property EditorSecurityTest::$sampleContentSecuredEmbedAllowed in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/editor/tests/src/Functional/EditorSecurityTest.php \Drupal\Tests\editor\Functional\EditorSecurityTest::sampleContentSecuredEmbedAllowed

The secured sample content to use in tests when the <embed> tag is allowed.

Type: string

File

core/modules/editor/tests/src/Functional/EditorSecurityTest.php, line 41

Class

EditorSecurityTest
Tests XSS protection for content creators when using text editors.

Namespace

Drupal\Tests\editor\Functional

Code

protected static $sampleContentSecuredEmbedAllowed = '<p>Hello, Dumbo Octopus!</p>alert(0)<embed type="image/svg+xml" src="image.svg" />';