Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • frontend
  • Classes
  • Http
  • RequestHandler.php
Find file BlameHistoryPermalink
  • Susanne Moog's avatar
    [BUGFIX] Do not compress inline CSS · 72345298
    Susanne Moog authored Mar 23, 2020 and Andreas Fernandez's avatar Andreas Fernandez committed Mar 24, 2020
    Gzip encoding inline CSS does not work and we should not do that.
    Therefor setting `inline = 1` now also implies `disableCompression`
    (same way as it is done for concatenation).
    
    Resolves: #90820
    Releases: master, 9.5
    Change-Id: I85c70bba9dd850fe9b03086dc6c51f7064c60ba7
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63884
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarTimo Poppinga <timo.poppinga@zdrei.com>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: default avatarTimo Poppinga <timo.poppinga@zdrei.com>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    72345298