Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995388
public.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
386 B
Referenced Files
None
Subscribers
None
public.ts
View Options
import
{
Context
,
Policy
}
from
"../../main"
;
import
{
AllowAll
}
from
"../../datastore/allow-all"
;
export
default
class
Public
extends
Policy
{
static
type_name
=
"public"
;
async
_getRestrictingQuery
()
{
return
new
AllowAll
();
}
async
checkerFunction
(
context
:
Context
)
{
return
Policy
.
allow
(
context
.
app
.
i18n
(
"policy_public_allow"
));
}
isItemSensitive
=
async
()
=>
false
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Mon, Dec 23, 02:42 (10 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
555886
Default Alt Text
public.ts (386 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment