Skip to content

Custom Domains

lolamtisch edited this page Jan 25, 2021 · 5 revisions

Custom domains can be added in the settings behind the button with the label Custom Domains. You can add rows with the + button. The first field decides what page script will be injected and the second field is on what domain it gets injected. The domain uses the originAndPathMatches matching with the RE2 syntax. Important is that you are not allowed to use any matching/regex in the origin section of the url only in the path. Just create a new row if you have multiple domains. After clicking update, accepting the permissions and reloading the page it should work.

This feature is extension exlusive.

Examples:
https://192.168.187.2:83/
https://localhost:84/
http://somedomain.com/path/*
http://somedomain.org/path/*