Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3298 | Rev 3639 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
<?php
553 geraldo 2
 
1 www 3
use LeadersLinked\Model\UserType;
4
 
553 geraldo 5
function getAclResources() {
1 www 6
    return [
7
        'home',
8
        'onroom',
9
        'signin',
10
        'signin/facebook',
11
        'signin/twitter',
12
        'signin/google',
13
        'signin/admin',
14
        'signin/company',
3298 efrain 15
        'share',
1 www 16
        'signout',
17
        'signup',
18
        'backend',
19
        'backend/signin-admin',
20
        'backend/signin-company',
210 efrain 21
        'csrf',
1 www 22
        'check-session',
23
        'notifications',
3262 efrain 24
        'notifications/mark-read',
25
        'notifications/mark-all-read',
26
        'notifications/delete',
27
        'notifications/clear',
28
        'notifications/unreads',
1 www 29
        'reset-password',
30
        'forgot-password',
31
        'activate-account',
32
        'professionalism-policy',
33
        'privacy-policy',
34
        'terms-and-conditions',
35
        'cookies',
36
        'help',
37
        'oauth',
38
        'oauth/facebook',
39
        'oauth/facebook/cancel',
40
        'oauth/facebook/delete',
41
        'oauth/twitter',
42
        'oauth/google',
43
        'oauth/instagram',
44
        'paypal',
45
        'paypal/success',
46
        'paypal/cancel',
47
        'services',
48
        'services/device',
49
        'services/check-session',
50
        'services/fcm',
51
        'services/signin',
52
        'services/signout',
53
        'services/sync',
54
        'services/sync-batch',
55
        'services/storage',
56
        'services/microlearning',
57
        'services/microlearning/refresh',
58
        'services/microlearning/check-changes',
280 efrain 59
        'services/microlearning/capsules',
60
        'services/microlearning/capsules/comments',
61
        'services/microlearning/capsules/comments/add',
62
        'services/microlearning/capsules/comments/delete',
1979 efrain 63
        'services/delete-account',
1 www 64
        'storage',
65
        'dashboard',
60 efrain 66
        'dashboard2',
1 www 67
        'post',
68
        'feed',
69
        'feed/timeline',
70
        'feed/add',
71
        'feed/delete',
72
        'feed/share',
73
        'feed/comment',
74
        'feed/comment/delete',
75
        'feed/like',
76
        'feed/unlike',
77
        'connection',
78
        'connection/my-connections',
79
        'connection/people-you-may-know',
80
        'connection/people-blocked',
81
        'connection/people-blocked/delete',
82
        'connection/invitations-sent',
83
        'connection/invitations-received',
84
        'connection/request',
85
        'connection/approve',
86
        'connection/reject',
87
        'connection/block',
88
        'connection/cancel',
89
        'connection/delete',
90
        'connection/unblock',
91
        'account-settings',
92
        'account-settings/image',
93
        'account-settings/deactivate',
94
        'account-settings/notifications',
95
        'account-settings/password',
96
        'account-settings/social-networks',
97
        'account-settings/location',
98
        'account-settings/privacy',
99
        'account-settings/basic',
100
        'account-settings/browsers',
101
        'account-settings/ips',
102
        'account-settings/devices',
103
        'account-settings/transactions',
104
        'account-settings/transactions/add-funds',
105
        'account-settings/add-facebook',
106
        'account-settings/remove-facebook',
107
        'account-settings/add-twitter',
108
        'account-settings/remove-twitter',
109
        'account-settings/add-google',
110
        'account-settings/remove-google',
1979 efrain 111
        'account-settings/delete-account',
1 www 112
        'search',
113
        'search/company',
114
        'search/group',
115
        'search/job',
116
        'search/user',
117
        'moodle',
118
        'profile',
119
        'profile/self-evaluation',
120
        'profile/self-evaluation/take-a-test',
279 efrain 121
        'profile/self-evaluation/report',
553 geraldo 122
        'profile/performance-evaluation',
123
        'profile/performance-evaluation/take-a-test',
124
        'profile/performance-evaluation/report',
1 www 125
        'profile/microlearning',
126
        'profile/microlearning/timeline',
127
        'profile/microlearning/progress',
128
        'profile/view',
129
        'profile/people-viewed-profile',
130
        'profile/my-profiles',
131
        'profile/my-profiles/extended',
132
        'profile/my-profiles/cover',
133
        'profile/my-profiles/image',
134
        'profile/my-profiles/experience',
135
        'profile/my-profiles/education',
136
        'profile/my-profiles/language',
137
        'profile/my-profiles/location',
138
        'profile/my-profiles/skill',
139
        'profile/my-profiles/social-network',
140
        'profile/my-profiles/add',
141
        'profile/my-profiles/edit',
142
        'profile/my-profiles/delete',
143
        'company',
144
        'company/my-companies',
145
        'company/my-companies/add',
146
        'company/following-companies',
147
        'company/view',
148
        'company/follow',
149
        'company/unfollow',
150
        'company/request',
151
        'company/reject',
152
        'company/accept',
153
        'company/cancel',
154
        'company/leave',
155
        'company/requests-sent',
156
        'company/invitations-received',
157
        'company/i-work-with',
158
        'group',
159
        'group/view',
160
        'group/request',
161
        'group/leave',
162
        'group/cancel',
1360 efrain 163
        'group/accept',
164
        'group/reject',
1 www 165
        'group/my-groups',
166
        'group/my-groups/accessibility',
167
        'group/my-groups/industry',
168
        'group/my-groups/extended',
169
        'group/my-groups/type',
170
        'group/my-groups/users',
171
        'group/my-groups/image',
172
        'group/my-groups/cover',
173
        'group/my-groups/website',
174
        'group/my-groups/privacy',
175
        'group/my-groups/add',
176
        'group/my-groups/edit',
177
        'group/my-groups/delete',
178
        'group/my-groups/status',
179
        'group/joined-groups',
180
        'group/requests-sent',
181
        'group/invitations-received',
182
        'group/members',
183
        'group/members/approve',
184
        'group/members/reject',
185
        'group/members/invite',
186
        'group/members/cancel',
187
        'job',
188
        'job/view',
189
        'job/applied-jobs',
190
        'job/apply-job',
191
        'job/remove-apply-job',
192
        'job/saved-jobs',
193
        'job/save-job',
194
        'job/remove-save-job',
195
        'inmail',
196
        'inmail/block',
197
        'inmail/delete',
198
        'inmail/message',
199
        'inmail/message/send',
200
        'inmail/message/delete',
201
        'chat',
202
        'chat/heart-beat',
203
        'chat/create-group',
204
        'chat/add-user-to-group',
205
        'chat/mark-seen',
206
        'chat/mark-received',
207
        'chat/remove-user-from-group',
208
        'chat/get-all-messages',
209
        'chat/send',
210
        'chat/get-contacts-availables-for-group',
211
        'chat/get-contact-group-list',
212
        'chat/leave-group',
213
        'chat/delete-group',
214
        'chat/close',
215
        'chat/clear',
3121 efrain 216
        'chat/open',
1 www 217
        'chat/upload',
218
        'helpers',
219
        'helpers/search-people',
220
        'helpers/posts',
221
        'helpers/people-you-may-know',
222
        'helpers/people-viewed-profile',
223
        'helpers/company-follower',
224
        'helpers/company-suggestion',
225
        'helpers/group-members',
226
        'helpers/group-members/invite',
227
        'helpers/group-members/cancel',
228
        'helpers/group-members/reject',
229
        'helpers/group-members/approve',
230
        'helpers/groups-suggestion',
3298 efrain 231
        'helpers/my-groups',
2444 efrain 232
        'helpers/footer',
1 www 233
        'marketplace',
234
        'marketplace/categories',
235
        'marketplace/enroll',
236
        'marketplace/join',
237
        'marketplace/buy',
238
    ];
239
}
240
 
553 geraldo 241
function getAclUsertype() {
1 www 242
    return [
243
        UserType::ADMIN => [
244
            'home',
3298 efrain 245
            'share',
1 www 246
            'onroom',
247
            'signin',
248
            'signin/facebook',
249
            'signin/twitter',
250
            'signin/google',
251
            'signin/admin',
252
            'signin/company',
253
            'signout',
254
            'signup',
210 efrain 255
            'csrf',
1 www 256
            'check-session',
257
            'notifications',
3262 efrain 258
            'notifications/mark-read',
259
            'notifications/mark-all-read',
260
            'notifications/delete',
261
            'notifications/clear',
262
            'notifications/unreads',
263
 
1 www 264
            'reset-password',
265
            'forgot-password',
266
            'professionalism-policy',
267
            'activate-account',
268
            'privacy-policy',
269
            'terms-and-conditions',
270
            'cookies',
271
            'backend',
272
            'backend/signin-admin',
273
            'backend/signin-company',
274
            'oauth',
275
            'oauth/facebook',
276
            'oauth/facebook/cancel',
277
            'oauth/facebook/delete',
278
            'oauth/twitter',
279
            'oauth/google',
280
            'oauth/instagram',
281
            'paypal',
282
            'paypal/success',
283
            'paypal/cancel',
284
            'services',
285
            'services/device',
286
            'services/check-session',
287
            'services/fcm',
288
            'services/signin',
289
            'services/signout',
290
            'services/sync',
291
            'services/sync-batch',
292
            'services/storage',
293
            'services/microlearning',
294
            'services/microlearning/refresh',
295
            'services/microlearning/check-changes',
280 efrain 296
            'services/microlearning/capsules',
297
            'services/microlearning/capsules/comments',
298
            'services/microlearning/capsules/comments/add',
299
            'services/microlearning/capsules/comments/delete',
1979 efrain 300
            'services/delete-account',
1 www 301
            'storage',
302
            'dashboard',
60 efrain 303
            'dashboard2',
1 www 304
            'post',
305
            'feed',
306
            'feed/timeline',
307
            'feed/add',
308
            'feed/delete',
309
            'feed/share',
310
            'feed/comment',
311
            'feed/comment/delete',
312
            'feed/like',
313
            'feed/unlike',
314
            'connection',
315
            'connection/my-connections',
316
            'connection/people-you-may-know',
317
            'connection/people-blocked',
318
            'connection/people-blocked/delete',
319
            'connection/invitations-sent',
320
            'connection/invitations-received',
321
            'connection/request',
322
            'connection/approve',
323
            'connection/reject',
324
            'connection/block',
325
            'connection/cancel',
326
            'connection/delete',
327
            'connection/unblock',
328
            'account-settings',
329
            'account-settings/image',
330
            'account-settings/deactivate',
331
            'account-settings/notifications',
332
            'account-settings/password',
333
            'account-settings/social-networks',
334
            'account-settings/location',
335
            'account-settings/privacy',
336
            'account-settings/basic',
337
            'account-settings/browsers',
338
            'account-settings/ips',
339
            'account-settings/devices',
340
            'account-settings/transactions',
341
            'account-settings/transactions/add-funds',
342
            'account-settings/add-facebook',
343
            'account-settings/remove-facebook',
344
            'account-settings/add-twitter',
345
            'account-settings/remove-twitter',
346
            'account-settings/add-google',
347
            'account-settings/remove-google',
1979 efrain 348
            'account-settings/delete-account',
1 www 349
            'search',
350
            'search/company',
351
            'search/group',
352
            'search/job',
353
            'search/user',
354
            'moodle',
355
            'profile',
356
            'profile/self-evaluation',
357
            'profile/self-evaluation/take-a-test',
279 efrain 358
            'profile/self-evaluation/report',
554 geraldo 359
            'profile/performance-evaluation',
360
            'profile/performance-evaluation/take-a-test',
361
            'profile/performance-evaluation/report',
1 www 362
            'profile/microlearning',
363
            'profile/microlearning/timeline',
364
            'profile/microlearning/progress',
365
            'profile/view',
366
            'profile/people-viewed-profile',
367
            'profile/my-profiles',
368
            'profile/my-profiles/extended',
369
            'profile/my-profiles/cover',
370
            'profile/my-profiles/image',
371
            'profile/my-profiles/experience',
372
            'profile/my-profiles/education',
373
            'profile/my-profiles/language',
374
            'profile/my-profiles/location',
375
            'profile/my-profiles/skill',
376
            'profile/my-profiles/social-network',
377
            'profile/my-profiles/add',
378
            'profile/my-profiles/edit',
379
            'profile/my-profiles/delete',
380
            'company',
381
            'company/my-companies',
382
            'company/my-companies/add',
383
            'company/following-companies',
384
            'company/view',
385
            'company/follow',
386
            'company/unfollow',
387
            'company/request',
388
            'company/reject',
389
            'company/accept',
390
            'company/cancel',
391
            'company/leave',
392
            'company/requests-sent',
393
            'company/invitations-received',
394
            'company/i-work-with',
395
            'group',
396
            'group/view',
397
            'group/request',
398
            'group/leave',
399
            'group/cancel',
1360 efrain 400
            'group/accept',
401
            'group/reject',
1 www 402
            'group/my-groups',
403
            'group/my-groups/accessibility',
404
            'group/my-groups/industry',
405
            'group/my-groups/extended',
406
            'group/my-groups/type',
407
            'group/my-groups/users',
408
            'group/my-groups/image',
409
            'group/my-groups/cover',
410
            'group/my-groups/website',
411
            'group/my-groups/privacy',
412
            'group/my-groups/add',
413
            'group/my-groups/edit',
414
            'group/my-groups/delete',
415
            'group/my-groups/status',
416
            'group/joined-groups',
417
            'group/requests-sent',
418
            'group/invitations-received',
419
            'group/members',
420
            'group/members/approve',
421
            'group/members/reject',
422
            'group/members/invite',
423
            'group/members/cancel',
424
            'job',
425
            'job/view',
426
            'job/applied-jobs',
427
            'job/apply-job',
428
            'job/remove-apply-job',
429
            'job/saved-jobs',
430
            'job/save-job',
431
            'job/remove-save-job',
432
            'inmail',
433
            'inmail/block',
434
            'inmail/delete',
435
            'inmail/message',
436
            'inmail/message/send',
437
            'inmail/message/delete',
438
            'chat',
439
            'chat/heart-beat',
440
            'chat/create-group',
441
            'chat/add-user-to-group',
442
            'chat/mark-seen',
443
            'chat/mark-received',
444
            'chat/remove-user-from-group',
445
            'chat/get-all-messages',
446
            'chat/send',
447
            'chat/get-contacts-availables-for-group',
448
            'chat/get-contact-group-list',
449
            'chat/leave-group',
450
            'chat/delete-group',
451
            'chat/close',
452
            'chat/clear',
3121 efrain 453
            'chat/open',
1 www 454
            'chat/upload',
455
            'help',
456
            'helpers',
457
            'helpers/search-people',
458
            'helpers/posts',
459
            'helpers/people-you-may-know',
460
            'helpers/people-viewed-profile',
461
            'helpers/company-follower',
462
            'helpers/company-suggestion',
463
            'helpers/group-members',
464
            'helpers/group-members/invite',
465
            'helpers/group-members/cancel',
466
            'helpers/group-members/reject',
467
            'helpers/group-members/approve',
468
            'helpers/groups-suggestion',
3298 efrain 469
            'helpers/my-groups',
2444 efrain 470
            'helpers/footer',
1 www 471
            'marketplace',
472
            'marketplace/categories',
473
            'marketplace/enroll',
474
            'marketplace/join',
475
            'marketplace/buy',
476
        ],
477
        UserType::USER => [
478
            'home',
479
            'onroom',
3298 efrain 480
            'share',
1 www 481
            'signin',
482
            'signin/facebook',
483
            'signin/twitter',
484
            'signin/google',
485
            'signin/admin',
486
            'signin/company',
487
            'signout',
488
            'signup',
210 efrain 489
            'csrf',
1 www 490
            'check-session',
491
            'notifications',
3262 efrain 492
            'notifications/mark-read',
493
            'notifications/mark-all-read',
494
            'notifications/delete',
495
            'notifications/clear',
496
            'notifications/unreads',
1 www 497
            'professionalism-policy',
498
            'reset-password',
499
            'forgot-password',
500
            'activate-account',
501
            'privacy-policy',
502
            'terms-and-conditions',
503
            'cookies',
504
            'backend',
505
            'backend/signin-company',
506
            'oauth',
507
            'oauth/facebook',
508
            'oauth/facebook/cancel',
509
            'oauth/facebook/delete',
510
            'oauth/twitter',
511
            'oauth/google',
512
            'oauth/instagram',
513
            'paypal',
514
            'paypal/success',
515
            'paypal/cancel',
516
            'services',
517
            'services/device',
518
            'services/check-session',
519
            'services/fcm',
520
            'services/signin',
1323 efrain 521
            'services/signout',
1 www 522
            'services/sync',
523
            'services/sync-batch',
524
            'services/storage',
525
            'services/microlearning',
526
            'services/microlearning/refresh',
527
            'services/microlearning/check-changes',
280 efrain 528
            'services/microlearning/capsules',
529
            'services/microlearning/capsules/comments',
530
            'services/microlearning/capsules/comments/add',
531
            'services/microlearning/capsules/comments/delete',
1979 efrain 532
            'services/delete-account',
1 www 533
            'storage',
534
            'dashboard',
60 efrain 535
            'dashboard2',
1 www 536
            'post',
537
            'feed',
538
            'feed/timeline',
539
            'feed/add',
540
            'feed/delete',
541
            'feed/share',
542
            'feed/comment',
543
            'feed/comment/delete',
544
            'feed/like',
545
            'feed/unlike',
546
            'connection',
547
            'connection/my-connections',
548
            'connection/people-you-may-know',
549
            'connection/people-blocked',
550
            'connection/people-blocked/delete',
551
            'connection/invitations-sent',
552
            'connection/invitations-received',
553
            'connection/request',
554
            'connection/approve',
555
            'connection/reject',
556
            'connection/block',
557
            'connection/cancel',
558
            'connection/delete',
559
            'connection/unblock',
560
            'account-settings',
561
            'account-settings/image',
562
            'account-settings/deactivate',
563
            'account-settings/notifications',
564
            'account-settings/password',
565
            'account-settings/social-networks',
566
            'account-settings/location',
567
            'account-settings/privacy',
568
            'account-settings/basic',
569
            'account-settings/browsers',
570
            'account-settings/ips',
571
            'account-settings/devices',
572
            'account-settings/transactions',
573
            'account-settings/transactions/add-funds',
574
            'account-settings/add-facebook',
575
            'account-settings/remove-facebook',
576
            'account-settings/add-twitter',
577
            'account-settings/remove-twitter',
578
            'account-settings/add-google',
579
            'account-settings/remove-google',
1979 efrain 580
            'account-settings/delete-account',
1 www 581
            'search',
582
            'search/company',
583
            'search/group',
584
            'search/job',
585
            'search/user',
586
            'moodle',
587
            'profile',
588
            'profile/self-evaluation',
589
            'profile/self-evaluation/take-a-test',
279 efrain 590
            'profile/self-evaluation/report',
554 geraldo 591
            'profile/performance-evaluation',
592
            'profile/performance-evaluation/take-a-test',
593
            'profile/performance-evaluation/report',
1 www 594
            'profile/microlearning',
595
            'profile/microlearning/timeline',
596
            'profile/microlearning/progress',
597
            'profile/view',
598
            'profile/people-viewed-profile',
599
            'profile/my-profiles',
600
            'profile/my-profiles/extended',
601
            'profile/my-profiles/cover',
602
            'profile/my-profiles/image',
603
            'profile/my-profiles/experience',
604
            'profile/my-profiles/education',
605
            'profile/my-profiles/language',
606
            'profile/my-profiles/location',
607
            'profile/my-profiles/skill',
608
            'profile/my-profiles/social-network',
609
            'profile/my-profiles/add',
610
            'profile/my-profiles/edit',
611
            'profile/my-profiles/delete',
612
            'company',
613
            'company/my-companies',
614
            'company/my-companies/add',
615
            'company/following-companies',
616
            'company/view',
617
            'company/follow',
618
            'company/unfollow',
619
            'company/request',
620
            'company/reject',
621
            'company/accept',
622
            'company/cancel',
623
            'company/leave',
624
            'company/requests-sent',
625
            'company/invitations-received',
626
            'company/i-work-with',
627
            'group',
628
            'group/view',
629
            'group/request',
630
            'group/leave',
631
            'group/cancel',
1360 efrain 632
            'group/accept',
633
            'group/reject',
1 www 634
            'group/my-groups',
635
            'group/my-groups/accessibility',
636
            'group/my-groups/industry',
637
            'group/my-groups/extended',
638
            'group/my-groups/type',
639
            'group/my-groups/users',
640
            'group/my-groups/image',
641
            'group/my-groups/cover',
642
            'group/my-groups/website',
643
            'group/my-groups/privacy',
644
            'group/my-groups/add',
645
            'group/my-groups/edit',
646
            'group/my-groups/delete',
647
            'group/my-groups/status',
648
            'group/joined-groups',
649
            'group/requests-sent',
650
            'group/invitations-received',
651
            'group/members',
652
            'group/members/approve',
653
            'group/members/reject',
654
            'group/members/invite',
655
            'group/members/cancel',
656
            'job',
657
            'job/view',
658
            'job/applied-jobs',
659
            'job/apply-job',
660
            'job/remove-apply-job',
661
            'job/saved-jobs',
662
            'job/save-job',
663
            'job/remove-save-job',
664
            'inmail',
665
            'inmail/block',
666
            'inmail/delete',
667
            'inmail/message',
668
            'inmail/message/send',
669
            'inmail/message/delete',
670
            'chat',
671
            'chat/heart-beat',
672
            'chat/create-group',
673
            'chat/add-user-to-group',
674
            'chat/mark-seen',
675
            'chat/mark-received',
676
            'chat/remove-user-from-group',
677
            'chat/get-all-messages',
678
            'chat/send',
679
            'chat/get-contacts-availables-for-group',
680
            'chat/get-contact-group-list',
681
            'chat/leave-group',
682
            'chat/delete-group',
683
            'chat/close',
684
            'chat/clear',
3121 efrain 685
            'chat/open',
1 www 686
            'chat/upload',
687
            'help',
688
            'helpers',
689
            'helpers/search-people',
690
            'helpers/posts',
691
            'helpers/people-you-may-know',
692
            'helpers/people-viewed-profile',
693
            'helpers/company-follower',
694
            'helpers/company-suggestion',
695
            'helpers/group-members',
696
            'helpers/group-members/invite',
697
            'helpers/group-members/cancel',
698
            'helpers/group-members/reject',
699
            'helpers/group-members/approve',
700
            'helpers/groups-suggestion',
3298 efrain 701
            'helpers/my-groups',
2444 efrain 702
            'helpers/footer',
1 www 703
            'marketplace',
704
            'marketplace/categories',
705
            'marketplace/enroll',
706
            'marketplace/join',
707
            'marketplace/buy',
708
        ],
709
        UserType::GUEST => [
710
            'home',
711
            'onroom',
3349 efrain 712
            'share',
1 www 713
            'signin',
714
            'signin/facebook',
715
            'signin/twitter',
716
            'signin/google',
717
            'signin/admin',
718
            'signin/company',
719
            'signout',
720
            'signup',
721
            'check-session',
722
            'notifications',
3262 efrain 723
            'notifications/mark-read',
724
            'notifications/mark-all-read',
725
            'notifications/delete',
726
            'notifications/clear',
727
            'notifications/unreads',
1 www 728
            'professionalism-policy',
729
            'reset-password',
730
            'forgot-password',
731
            'activate-account',
732
            'privacy-policy',
733
            'terms-and-conditions',
734
            'cookies',
2581 efrain 735
            'csrf',
1 www 736
            'oauth',
737
            'oauth/facebook',
738
            'oauth/facebook/cancel',
739
            'oauth/facebook/delete',
740
            'oauth/twitter',
741
            'oauth/google',
742
            'oauth/instagram',
743
            'paypal',
744
            'paypal/success',
745
            'paypal/cancel',
746
            'services',
747
            'services/device',
748
            'services/check-session',
749
            'services/fcm',
750
            'services/signin',
751
            'services/signout',
752
            'services/sync',
753
            'services/sync-batch',
754
        ],
1979 efrain 755
        UserType::USER_DELETED => [
756
            'home',
757
            'signin',
758
            'signin/facebook',
759
            'signin/twitter',
760
            'signin/google',
761
            'signin/admin',
762
            'signin/company',
763
            'signout',
764
            'signup',
765
            'check-session',
766
            'notifications',
3262 efrain 767
            'notifications/mark-read',
768
            'notifications/mark-all-read',
769
            'notifications/delete',
770
            'notifications/clear',
771
            'notifications/unreads',
1979 efrain 772
            'professionalism-policy',
773
            'reset-password',
774
            'forgot-password',
775
            'activate-account',
776
            'privacy-policy',
777
            'terms-and-conditions',
778
            'cookies',
779
            'oauth',
2581 efrain 780
            'csrf',
1979 efrain 781
            'oauth/facebook',
782
            'oauth/facebook/cancel',
783
            'oauth/facebook/delete',
784
            'oauth/twitter',
785
            'oauth/google',
786
            'oauth/instagram',
2002 efrain 787
            'services',
788
            'services/device',
789
            'services/check-session',
790
            'services/fcm',
791
            'services/signin',
792
            'services/signout',
793
            'services/sync',
794
            'services/sync-batch',
1979 efrain 795
        ],
1 www 796
    ];
797
}