Skip to content

Commit

Permalink
Merge branch 'develop' into release/2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Jul 31, 2019
2 parents daede90 + 9be1ecd commit da74570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Next release

## 2.1.12
## 2.1.13
* Update symfony/symfony and symfony/phpunit-bridge #79

## 2.1.10 .. 2.1.11
## 2.1.10 .. 2.1.12
This release adds some JavaScript browser support for older IE browsers. This should result in the ability to perform tiqr registrations and authentications in IE >= 8.

- Add ECMAScript 3 support #75
Expand Down
9 changes: 0 additions & 9 deletions web/app_dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
// for more information
//umask(0000);

// This check prevents access to debug front controllers that are deployed by accident to production servers.
// Feel free to remove this, extend it, or make something more sophisticated.
if (isset($_SERVER['HTTP_CLIENT_IP'])
|| isset($_SERVER['HTTP_X_FORWARDED_FOR'])
|| !(in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', '::1', '192.168.18.1'], true) || PHP_SAPI === 'cli-server')
) {
header('HTTP/1.0 403 Forbidden');
exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.');
}

require __DIR__.'/../vendor/autoload.php';
Debug::enable();
Expand Down

0 comments on commit da74570

Please sign in to comment.