Browse Source

Use HTTPS for the www.cakephp.org URL

Marc Würth 8 years ago
parent
commit
45d22ff9e6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Http/Response.php

+ 2 - 2
src/Http/Response.php

@@ -2041,12 +2041,12 @@ class Response implements ResponseInterface
      *
      * ### Full URI
      * ```
-     * cors($request, 'http://www.cakephp.org');
+     * cors($request, 'https://www.cakephp.org');
      * ```
      *
      * ### URI with wildcard
      * ```
-     * cors($request, 'http://*.cakephp.org');
+     * cors($request, 'https://*.cakephp.org');
      * ```
      *
      * ### Ignoring the requested protocol