Skip to content

Whenever I access my Oryx server, an unexpected website link (https://infird.com) shows up. Is it possible that there's some advertising code included? I would appreciate assistance from other developers in determining the cause. #252

@Kikyo-chan

Description

@Kikyo-chan

Describe the bug
Whenever I access my Oryx server, an unexpected website link (https://infird.com) shows up. Is it possible that there's some advertising code included? I would appreciate assistance from other developers in determining the cause.
Version
image: ossrs/oryx:5

deployment and installation environment

docker-compose
ubuntu 24.0

docker-compose.yaml

services:
  oryx:
    image: ossrs/oryx:5
    container_name: oryx
    restart: always


    ports:
      # HTTP
      - "80:2022"
      # HTTPS
      - "443:2443"
      # RTMP
      - "1935:1935"
      # RTC
      - "8000:8000/udp"
      # SRT
      - "10080:10080/udp"


    volumes:
      # oryx data and ssl file
      - ./data:/data

To Reproduce
Steps to reproduce the behavior:
When visiting my Oryx server, I used Google Chrome F12 debugging (Privacy and Security), and there was a strange network connection to [https://infird.com].

Image Image

TRANS_BY_GPT4

Metadata

Metadata

Assignees

No one assigned

    Labels

    TransByAITranslated by AI/GPT.bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions