Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3489898
D5306.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
380 B
Referenced Files
None
Subscribers
None
D5306.diff
View Options
diff --git a/lib/facts/policies.js b/lib/facts/policies.js
new file mode 100644
--- /dev/null
+++ b/lib/facts/policies.js
@@ -0,0 +1,9 @@
+// @flow
+
+import { values } from '../utils/objects.js';
+
+export const policyTypes = Object.freeze({
+ tosAndPrivacyPolicy: 'TERMS_OF_USE_AND_PRIVACY_POLICY',
+});
+
+export const policies: $ReadOnlyArray<string> = values(policyTypes);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 2:06 PM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2677634
Default Alt Text
D5306.diff (380 B)
Attached To
Mode
D5306: [lib] add legal policies list
Attached
Detach File
Event Timeline
Log In to Comment