Drupal 8.4 dropped support for IE 9 and 10, with workarounds to support them starting to be removed in 8.5. This module preserves those workarounds where possible to maintain compatibility with IE 9.

Other modules can also use this module to control their own IE9-specific behaviour:

  if (\Drupal::moduleHandler()->moduleExists('ie9')) {
    // Do IE9-compatible behaviour.
  }

Included Workarounds

Modules that integrate with IE9 Compatibility

  • IE9 Compatibility alters Content-Security-Policy to add 'unsafe-inline' to the style-src directive when necessary.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Obsolete
    Use of this project is deprecated.
  • chart icon8 sites report using this module
  • Created by gapple on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    There are currently no supported stable releases.

Releases