Policies
Administration → Policies. Rules that apply to everyone in the organization. Only owners and admins can change them.
Block links outside Sekee
When this is on, members can only paste or type links to Sekee itself. Anything else is refused as it is pasted, and again when it is saved.
It exists for organizations where a test case, bug or comment must not become a route to somewhere unreviewed.
While it is on
- Linking a Jira issue keeps working. Your connected Jira's own domain counts as inside, and so do the links Sekee writes on its issues.
- Bare domains count too, so
example.comis refused as well ashttps://example.com. Email addresses and filenames are not. - Links Sekee writes itself — a
/tcreference to a test case — keep working. So do the screenshots and files you upload, wherever Sekee stores them. - Existing content is left alone. The policy applies to what gets saved from now on, not retroactively.
How it is enforced
Twice: the browser refuses the paste so you find out immediately, and the server refuses the save so a client that skipped the first check does not get through.
The two share one source of truth — the allowed host list travels to the browser with your session — so the field cannot reject what the server would have accepted, or the reverse.
:::note What the screen shows you The page names your connected Jira, because that is the exception worth knowing about. It does not list Sekee's own storage hosts, which are always allowed and are not a fact about your organization. :::
Turning it on
Flip the switch. There is no migration and nothing is rewritten — existing content keeps whatever links it has.
Turning it off is equally immediate, and previously refused content is not retrospectively accepted, because it was never saved in the first place.