snipe-it/config
snipe 3dc2cc9f22
CORS for api (#7292)
* Added CORS support to API

* Changed order so CORS will still work if throttle hit

* Added APP_CORS_ALLOWED_ORIGINS env option

* Fixed typo

* Clarified header comments

* More clarification

* DIsable CORS allowed origins by default to replicate existing behavior

* Change variable name to be clearer
2019-07-26 12:38:31 -07:00
..
app.php Removed debugbar service provider (autodiscovery) 2019-05-22 00:50:00 -07:00
auth.php
backup.php Fixed #7099 - set email to null by default for backup notifications 2019-05-29 19:09:37 -07:00
broadcasting.php
cache.php Improve Memcached settings (#6485) 2018-12-06 14:39:14 -08:00
compile.php
cors.php CORS for api (#7292) 2019-07-26 12:38:31 -07:00
database.php New backups config for spatie 2019-05-22 00:49:38 -07:00
debugbar.php
filesystems.php
image.php
mail.php
permissions.php Fixes/import permissions mask (#6826) 2019-03-18 11:58:08 -07:00
queue.php
services.php
session.php
trustedproxy.php Possible proxy issue fix 2018-10-03 13:04:25 -07:00
version.php Bumped hash 2019-07-18 14:37:54 -07:00
view.php