Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Draft][WebProfiler] Removed intercept_redirects config option#33607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dorumd
Copy link
Contributor

QA
Branch?master
Bug fix?no
New feature?no
Deprecations?yes
Tickets#33467
LicenseMIT
Doc PR-

As a follow up of#33507, whereintercept_redirects config option was deprecated, removing it in master.

private$cspHandler;

publicfunction__construct(Environment$twig,bool$interceptRedirects =false,int$mode =self::ENABLED,UrlGeneratorInterface$urlGenerator =null,string$excludedAjaxPaths ='^/bundles|^/_wdt',ContentSecurityPolicyHandler$cspHandler =null)
publicfunction__construct(Environment$twig,int$mode =self::ENABLED,UrlGeneratorInterface$urlGenerator =null,string$excludedAjaxPaths ='^/bundles|^/_wdt',ContentSecurityPolicyHandler$cspHandler =null)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

should we have a BC layer for this signature change ? This class is not marked as@internal

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We should mark it as@internal in 4.4 IMHO.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This class is marked as final, it should be enough ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@maxhelias no. BC breaks in argument position is related to using the class, not to extending it.

maxhelias reacted with thumbs up emoji
@dorumddorumd changed the title[WebProfiler] Removed intercept_redirects config option[Draft][WebProfiler] Removed intercept_redirects config optionSep 17, 2019
@dorumddorumdforce-pushed thei33467-remove-deprecated-intercept-redirects branch fromfddbc09 to32ceea6CompareSeptember 17, 2019 09:09
@fabpot
Copy link
Member

People are apparently using this feature; so we are going to revert it. Sorry for the time you spent on this.

@fabpotfabpot closed thisSep 18, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot left review comments

@stofstofstof left review comments

+1 more reviewer

@maxheliasmaxheliasmaxhelias left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@dorumd@fabpot@stof@maxhelias@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp