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?
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
to
, 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?