apache / www-site

The ASF Website
Apache License 2.0
42 stars 97 forks source link

Avoid 'innerHTML' #350

Closed raboof closed 3 months ago

raboof commented 3 months ago

use the DOM APIs instead

Humbedooh commented 3 months ago

innerHTML allows for arbitrary HTML to be injected. Generally not the recommended modern approach.