|
6 | 6 | * @version 1.9-dev |
7 | 7 | * @author Fuel Development Team |
8 | 8 | * @license MIT License |
9 | | - * @copyright 2010 - 2018 Fuel Development Team |
10 | | - * @link http://fuelphp.com |
| 9 | + * @copyright 2010 - 2019 Fuel Development Team |
| 10 | + * @link https://fuelphp.com |
11 | 11 | */ |
12 | 12 |
|
13 | 13 | namespace Fuel\Core; |
@@ -452,7 +452,7 @@ protected static function parse_browscap() |
452 | 452 | curl_setopt($curl, CURLOPT_MAXREDIRS, 5); |
453 | 453 | curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); |
454 | 454 | curl_setopt($curl, CURLOPT_HEADER, 0); |
455 | | - curl_setopt($curl, CURLOPT_USERAGENT, 'Fuel PHP framework - Agent class (http://fuelphp.com)'); |
| 455 | + curl_setopt($curl, CURLOPT_USERAGENT, 'Fuel PHP framework - Agent class (https://fuelphp.com)'); |
456 | 456 | curl_setopt($curl, CURLOPT_URL, static::$config['browscap']['url']); |
457 | 457 |
|
458 | 458 | // add a proxy configuration if needed |
@@ -512,7 +512,7 @@ protected static function parse_browscap() |
512 | 512 |
|
513 | 513 | case 'wrapper': |
514 | 514 | // set our custom user agent |
515 | | - ini_set('user_agent', 'Fuel PHP framework - Agent class (http://fuelphp.com)'); |
| 515 | + ini_set('user_agent', 'Fuel PHP framework - Agent class (https://fuelphp.com)'); |
516 | 516 |
|
517 | 517 | // create a stream context if needed |
518 | 518 | $context = null; |
|
0 commit comments