Files
shortcutter/externs/webextension_polyfill/manifest/MatchPatternUnestricted.hx

7 lines
309 B
Haxe

package webextension_polyfill.manifest;
/**
Mostly unrestricted match patterns for privileged add-ons. This should technically be rejected for unprivileged add-ons,
but, reasons. The MatchPattern class will still refuse privileged schemes for those extensions.
**/
typedef MatchPatternUnestricted = String;