Skip to content

self hosted with custom port #3

Description

@frimdo

Hi - I tryed to configure self-hosted unmarked server on custom port (not 80 or 443). Server worked, but when I edit json files of chrome extension (according to manual) from

"permissions": [
    "tabs",
    "contextMenus",
    "*://unmark.it/"
  ],

to

"permissions": [
    "tabs",
    "contextMenus",
    "*://ip:port/"
  ],

, loading to chrome gets me Permission '*://ip:port/' is unknown or URL pattern is malformed..

This is solved by deploying on port 80 and not passing :port.

Am I doing something wrong, or this feature is just not supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions