Skip to content

Add referer header.

70cfcbc
Select commit
Loading
Failed to load commit list.
Open

Add referer header. #713

Add referer header.
70cfcbc
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 2, 2025 in 0s

3 new security issues (0 max.).

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/RequestOptions/RequestOptionsFactory.php#L75

Direct use of $_SERVER Superglobal detected.