1 import { APPS } from '@proton/shared/lib/constants'
2 import { getAppHref } from '@proton/shared/lib/apps/helper'
4 export class BridgeOriginProvider {
5 static GetClientOrigin(): string {
6 return getAppHref('/', APPS.PROTONDOCS)
9 static GetEditorOrigin(): string {
10 return getAppHref('/', APPS.PROTONDOCSEDITOR)