alexpott

Results 27 comments of alexpott

@aik099 body can contain script tags. Adding script tags just before closing the body tag is often advocated for performance reasons.

Sure but scutinizer is doing static analysis and presenting the code coverage results. So any MR that removes scutinizer should needs to cope with both I guess.

@weierophinney Well if we want support until 2022-03-15 then looking at https://framework.zend.com/long-term-support we need to stay on 1.7 since support for 1.8 ends in 2019-09-27. Are you saying that because...

> How would I be able to detect the difference between the following URLs: > > ``` > https://example.com/ > https://example.com > ``` > > ? This is unaffected as...

@xabbuh I was wondering that too but I think the question you asked in https://github.com/symfony/symfony/issues/37995#issuecomment-791891678 is key there. I'm not sure how you end up with `"SCRIPT_NAME" => "index.php",` and...

@stof what do I need to do to get this one fixed?

In Drush this is occurring because the command is using the UpdateKernel which is not correct.

@sebastianbergmann thanks for thinking about the technical solution. So while we can technically fix this in Drupal I think there is a question about whether this is the correct fix....

I think this would be a tricky change to make - every deployment that changes config outside of a hook_update_N or post update will need to use the new flag....