cdevroe / unmark-chrome

An open source Chrome Extension for Unmark
https://unmark.it
32 stars 19 forks source link

self hosted with custom port #3

Open frimdo opened 7 years ago

frimdo commented 7 years ago

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?

Export33 commented 3 years ago

"http://ip:port/*" worked for me.