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

Commitde134f9

Browse files
committed
minor#12178 Use https for xsd (OskarStark)
This PR was merged into the 4.3 branch.Discussion----------Use https for xsd<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/roadmap for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `master` for features of unreleased versions).-->Commits-------bc76dbc Use https for xsd
2 parents069cdeb +bc76dbc commitde134f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎http_cache/ssi.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ First, to use SSI, be sure to enable it in your application configuration:
6464
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6565
xmlns:framework="http://symfony.com/schema/dic/symfony"
6666
xsi:schemaLocation="http://symfony.com/schema/dic/services
67-
http://symfony.com/schema/dic/services/services-1.0.xsd
67+
https://symfony.com/schema/dic/services/services-1.0.xsd
6868
http://symfony.com/schema/dic/symfony
69-
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
69+
https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
7070
7171
<framework:config>
7272
<framework:ssienabled="true"/>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp