Add referer header. #713
Open
Add referer header. #713
Codacy Production / Codacy Static Code Analysis
required action
Oct 2, 2025 in 0s
3 new security issues (0 max.).
Here is an overview of what got changed by this pull request:
Issues
======
- Added 3
See the complete overview on Codacy
Annotations
Check failure on line 75 in src/RequestOptions/RequestOptionsFactory.php
codacy-production / Codacy Static Code Analysis
src/RequestOptions/RequestOptionsFactory.php#L75
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Use isset() or empty() to check the index exists before using it
Check warning on line 75 in src/RequestOptions/RequestOptionsFactory.php
codacy-production / Codacy Static Code Analysis
src/RequestOptions/RequestOptionsFactory.php#L75
Direct use of $_SERVER Superglobal detected.
Check warning on line 75 in src/RequestOptions/RequestOptionsFactory.php
codacy-production / Codacy Static Code Analysis
src/RequestOptions/RequestOptionsFactory.php#L75
Direct use of $_SERVER Superglobal detected.
Loading