Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default app doesn't load on the first request. Users must refresh page before it loads properly. (Refused to execute inline script because it violates the following Content Security Policy directive) #4606

Closed
AetherCollective opened this issue Apr 30, 2017 · 1 comment

Comments

@AetherCollective
Copy link

Steps to reproduce

  1. Visit https://cloud.betaleaf.net

Expected behaviour

Server should load the default app (Files)

Actual behaviour

Default app does not load.

Server configuration

Operating system: Linux cloud.betaleaf.net 4.8.0-46-generic #49~16.04.1-Ubuntu SMP Fri Mar 31 14:51:03 UTC 2017 x86_64

Web server: Apache/2.4.18 (Ubuntu) (apache2handler)

Database: mysql 5.7.18

PHP version: 7.0.15-0ubuntu0.16.04.4
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, apache2handler, redis, mysqlnd, PDO, xml, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, imap, intl, json, ldap, exif, mcrypt, mysqli, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, readline, shmop, SimpleXML, smbclient, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, libsmbclient, Zend OPcache

Nextcloud version: 11.0.3 (stable) - 11.0.3.2

**Updated from an older Nextcloud/ownCloud or fresh install: updated

Where did you install Nextcloud from: NextCloud/VM

Signing status:

Signing status
[]

List of activated apps:

App list ``` Enabled: - activity: 2.4.1 - activitylog: 0.0.1 - admin_audit: 1.1.0 - admin_notifications: 1.0.0 - apporder: 0.3.3 - audioplayer: 1.5.1 - bookmarks: 0.9.1 - calendar: 1.5.2 - checksum: 0.3.4 - comments: 1.1.0 - contacts: 1.5.3 - dav: 1.1.1 - deck: 0.1.2 - direct_menu: 0.10.1 - external: 1 - federatedfilesharing: 1.1.1 - federation: 1.1.1 - files: 1.6.1 - files_accesscontrol: 1.1.2 - files_automatedtagging: 1.1.1 - files_downloadactivity: 1.0.1 - files_external: 1.1.2 - files_markdown: 1.0.1 - files_pdfviewer: 1.0.1 - files_reader: 1.0.4 - files_sharing: 1.1.1 - files_texteditor: 2.2 - files_trashbin: 1.1.0 - files_versions: 1.4.0 - files_videoplayer: 1.0.0 - firstrunwizard: 2.0 - gallery: 16.0.0 - issuetemplate: 0.2.1 - keeweb: 0.3.1 - logreader: 2.0.0 - lookup_server_connector: 1.0.0 - nextant: 1.0.6 - nextcloud_announcements: 1.0 - notes: 2.2.0 - notifications: 1.0.1 - ocr: 2.3.0 - password_policy: 1.1.0 - provisioning_api: 1.1.0 - rainloop: 4.28.1 - richdocuments: 1.1.25 - serverinfo: 1.1.1 - sharebymail: 1.0.1 - spreedme: 0.3.8 - survey_client: 0.1.5 - systemtags: 1.1.3 - tasks: 0.9.5 - theming: 1.1.1 - twofactor_backupcodes: 1.0.0 - twofactor_totp: 1.1.0 - twofactor_u2f: 1.2.0 - updatenotification: 1.1.1 - workflowengine: 1.1.1

Disabled:

  • encryption
  • files_retention
  • registration
  • templateeditor
  • user_external
  • user_ldap
  • user_saml
</details>

**The content of config/config.php:**
<details>
	<summary>Config report</summary>

{
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"localhost",
"192.168.0.15",
"cloud.betaleaf.net",
"cloud.betaleaf.net"
],
"datadirectory": "/var/ncdata",
"overwrite.cli.url": "https://cloud.betaleaf.net/",
"dbtype": "mysql",
"version": "11.0.3.2",
"dbname": "nextcloud_db",
"dbhost": "localhost",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"instanceid": "ocs5sbx04rgz",
"appstore.experimental.enabled": "true",
"mail_smtpmode": "smtp",
"mail_smtpauth": 1,
"mail_smtpport": "465",
"mail_smtphost": "smtp.gmail.com",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "Jeff",
"mail_domain": "BetaLeaf.net",
"mail_smtpsecure": "ssl",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"preview_libreoffice_path": "/usr/bin/libreoffice",
"memcache.local": "\OC\Memcache\Redis",
"filelocking.enabled": true,
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "/var/run/redis/redis.sock",
"port": 0,
"timeout": 0,
"dbindex": 0,
"password": "REMOVED SENSITIVE VALUE"
},
"htaccess.RewriteBase": "/",
"mysql.utf8mb4": true,
"maintenance": false,
"loglevel": 2
}

</details>

**Are you using external storage, if yes which one:** Array
(
    [0] => \OC\Files\Storage\Local
    [1] => \OCA\Files_External\Lib\Storage\FTP
    [2] => \OC\Files\Storage\DAV
    [3] => \OCA\Files_External\Lib\Storage\OwnCloud
    [4] => \OCA\Files_External\Lib\Storage\SFTP
    [5] => \OCA\Files_External\Lib\Storage\AmazonS3
    [6] => \OCA\Files_External\Lib\Storage\Dropbox
    [7] => \OCA\Files_External\Lib\Storage\Google
    [8] => \OCA\Files_External\Lib\Storage\Swift
    [9] => \OCA\Files_External\Lib\Storage\SFTP
    [10] => \OCA\Files_External\Lib\Storage\SMB
    [11] => \OCA\Files_External\Lib\Storage\SMB
)


**Are you using encryption:** no

**Are you using an external user-backend, if yes which one:** N/A

### Client configuration
**Browser:** Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36

**Operating system:**

### Logs
#### Web server error log
<details>
	<summary>Web server error log</summary>
	```
	[Sun Apr 30 06:27:40.259764 2017] [:notice] [pid 1715] mod_qos(009): loaded MPM is 'prefork' but mod_qos should be used with MPM 'Worker' only.
[Sun Apr 30 06:27:40.259857 2017] [:warn] [pid 1715] mod_qos(009): mod_unique_id not available (mod_qos generates simple request id if required)
[Sun Apr 30 06:27:40.259951 2017] [mpm_prefork:notice] [pid 1715] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g mod_qos/11.21 configured -- resuming normal operations
[Sun Apr 30 06:27:40.259957 2017] [core:notice] [pid 1715] AH00094: Command line: '/usr/sbin/apache2'

	```
</details>

#### Nextcloud log (data/nextcloud.log)
<details>
	<summary>Nextcloud log</summary>
	```
{"reqId":"mqHjO5e50JVciL2GGPhX","remoteAddr":"","app":"PHP","message":"Error while sending QUERY packet. PID=54911 at \/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php#91","level":3,"time":"2017-04-28T10:20:01+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"mqHjO5e50JVciL2GGPhX","remoteAddr":"","app":"core","message":"Error while running background job (class: OC\\Command\\CommandJob, arguments: O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:45:\"\/Documents\/ShareX\/Logs\/ShareX-Log-2017-04.txt\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:8:\"BetaLeaf\";}): {\"Exception\":\"Doctrine\\\\DBAL\\\\Exception\\\\DriverException\",\"Message\":\"An exception occurred while executing 'UPDATE `oc_filecache` SET `mtime` = GREATEST(`mtime`, ?), `etag` = ? WHERE (`storage` = ?) AND (`path_hash` IN ('d41d8cd98f00b204e9800998ecf8427e', '9692aae50022f45f1098646939b287b1', '31726c44088c2bcb7763e1f483a37c67', 'c9a00e5142503ec68989f8c27143adf7', '3470d3b9e488fa2e5f592dffacc2835a'))' with params [1493374801, \\\"5903175196cfb\\\", 4]:\\n\\nSQLSTATE[HY000]: General error: 2006 MySQL server has gone away\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(128): Doctrine\\\\DBAL\\\\Driver\\\\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Connection.php(996): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOMySql\\\\Driver), Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException), 'UPDATE `oc_file...', Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/Connection.php(215): Doctrine\\\\DBAL\\\\Connection->executeUpdate('UPDATE `oc_file...', Array, Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Query\\\/QueryBuilder.php(208): OC\\\\DB\\\\Connection->executeUpdate('UPDATE `oc_file...', Array, Array)\\n#4 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/QueryBuilder\\\/QueryBuilder.php(177): Doctrine\\\\DBAL\\\\Query\\\\QueryBuilder->execute()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Propagator.php(88): OC\\\\DB\\\\QueryBuilder\\\\QueryBuilder->execute()\\n#6 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/HomePropagator.php(49): OC\\\\Files\\\\Cache\\\\Propagator->propagateChange('files_versions\\\/...', 1493374801, -79781)\\n#7 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Updater.php(162): OC\\\\Files\\\\Cache\\\\HomePropagator->propagateChange('files_versions\\\/...', 1493374801, -79781)\\n#8 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/View.php(324): OC\\\\Files\\\\Cache\\\\Updater->remove('files_versions\\\/...')\\n#9 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/View.php(1136): OC\\\\Files\\\\View->removeUpdate(Object(OCA\\\\Files_Trashbin\\\\Storage), 'files_versions\\\/...')\\n#10 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/View.php(695): OC\\\\Files\\\\View->basicOperation('unlink', '\\\/Documents\\\/Shar...', Array)\\n#11 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files_versions\\\/lib\\\/Storage.php(220): OC\\\\Files\\\\View->unlink('\\\/Documents\\\/Shar...')\\n#12 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files_versions\\\/lib\\\/Storage.php(770): OCA\\\\Files_Versions\\\\Storage::deleteVersion(Object(OC\\\\Files\\\\View), '\\\/Documents\\\/Shar...')\\n#13 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files_versions\\\/lib\\\/Command\\\/Expire.php(62): OCA\\\\Files_Versions\\\\Storage::expire('\\\/Documents\\\/Shar...')\\n#14 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Command\\\/CommandJob.php(35): OCA\\\\Files_Versions\\\\Command\\\\Expire->handle()\\n#15 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OC\\\\Command\\\\CommandJob->run('O:33:\\\"OCA\\\\\\\\Files...')\\n#16 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/BackgroundJob\\\/QueuedJob.php(43): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 \\\/var\\\/www\\\/nextcloud\\\/cron.php(128): OC\\\\BackgroundJob\\\\QueuedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#18 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Driver\\\/AbstractMySQLDriver.php\",\"Line\":116}","level":3,"time":"2017-04-28T10:20:01+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"mqHjO5e50JVciL2GGPhX","remoteAddr":"","app":"cron","message":"An exception occurred while executing 'UPDATE `oc_jobs` SET `reserved_at` = '0' WHERE `id` = ?' with params [\"2090\"]:\n\nSQLSTATE[HY000]: General error: 2006 MySQL server has gone away","level":4,"time":"2017-04-28T10:20:01+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"QriMldn83Dubct4fjH+2","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\Nextant\\Cron\\BackgroundIndex, arguments: ): {\"Exception\":\"Doctrine\\\\DBAL\\\\Exception\\\\DriverException\",\"Message\":\"An exception occurred while executing 'SELECT * FROM oc_nextant_live_queue ORDER BY id ASC LIMIT 1':\\n\\nSQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(128): Doctrine\\\\DBAL\\\\Driver\\\\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Statement.php(177): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOMySql\\\\Driver), Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException), 'SELECT * FROM o...', Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/public\\\/AppFramework\\\/Db\\\/Mapper.php(252): Doctrine\\\\DBAL\\\\Statement->execute()\\n#3 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/public\\\/AppFramework\\\/Db\\\/Mapper.php(281): OCP\\\\AppFramework\\\\Db\\\\Mapper->execute('SELECT * FROM *...', Array, NULL, NULL)\\n#4 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/public\\\/AppFramework\\\/Db\\\/Mapper.php(373): OCP\\\\AppFramework\\\\Db\\\\Mapper->findOneQuery('SELECT * FROM *...', Array, NULL, NULL)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/nextant\\\/lib\\\/Db\\\/LiveQueueMapper.php(57): OCP\\\\AppFramework\\\\Db\\\\Mapper->findEntity('SELECT * FROM *...', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/nextant\\\/lib\\\/Service\\\/QueueService.php(128): OCA\\\\Nextant\\\\Db\\\\LiveQueueMapper->next()\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/nextant\\\/lib\\\/Service\\\/BackgroundService.php(101): OCA\\\\Nextant\\\\Service\\\\QueueService->readQueue()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/nextant\\\/lib\\\/Service\\\/BackgroundService.php(82): OCA\\\\Nextant\\\\Service\\\\BackgroundService->liveIndex()\\n#9 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/nextant\\\/lib\\\/Cron\\\/BackgroundIndex.php(58): OCA\\\\Nextant\\\\Service\\\\BackgroundService->run()\\n#10 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\Nextant\\\\Cron\\\\BackgroundIndex->run(NULL)\\n#11 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#12 \\\/var\\\/www\\\/nextcloud\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#13 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Driver\\\/AbstractMySQLDriver.php\",\"Line\":116}","level":3,"time":"2017-04-28T10:20:01+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"QriMldn83Dubct4fjH+2","remoteAddr":"","app":"PHP","message":"Error while sending QUERY packet. PID=53182 at \/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php#91","level":3,"time":"2017-04-28T10:20:01+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"QriMldn83Dubct4fjH+2","remoteAddr":"","app":"cron","message":"An exception occurred while executing 'UPDATE `oc_jobs` SET `reserved_at` = '0' WHERE `id` = ?' with params [\"16\"]:\n\nSQLSTATE[HY000]: General error: 2006 MySQL server has gone away","level":4,"time":"2017-04-28T10:20:01+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"YdupFDT9haV13dNhnlMf","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-28T12:09:23+00:00","method":"PROPFIND","url":"\/remote.php\/dav\/addressbooks\/users\/BetaLeaf\/contacts\/","user":"--","version":"11.0.3.2"}
{"reqId":"sBFgHPTD625T8gGPzCgZ","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-28T12:09:24+00:00","method":"PROPFIND","url":"\/remote.php\/dav\/addressbooks\/users\/BetaLeaf\/contacts\/","user":"--","version":"11.0.3.2"}
{"reqId":"CsBdgMXQ5JwXQxCsIyu8","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-28T12:09:25+00:00","method":"PUT","url":"\/remote.php\/dav\/addressbooks\/users\/BetaLeaf\/contacts\/40f332c2-2bc4-412e-a976-6b3cc1978a8a.vcf","user":"--","version":"11.0.3.2"}
{"reqId":"Kb08Q9U7PC3u1yfhv31J","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-28T12:09:28+00:00","method":"GET","url":"\/remote.php\/dav\/addressbooks\/users\/BetaLeaf\/contacts\/7edf2c46-dc0d-422b-b4c3-799c8a06a924.vcf","user":"--","version":"11.0.3.2"}
{"reqId":"oN0ioiOpqhNnhnfLqNTe","remoteAddr":"137.116.71.170","app":"core","message":"Trusted domain error. \"137.116.71.170\" tried to access using \"24.95.128.194\" as host.","level":2,"time":"2017-04-28T12:21:03+00:00","method":"GET","url":"\/robots.txt","user":"--","version":"11.0.3.2"}
{"reqId":"XSwdqcRxYW2xineRN2yE","remoteAddr":"139.162.116.133","app":"core","message":"Trusted domain error. \"139.162.116.133\" tried to access using \"24.95.128.194\" as host.","level":2,"time":"2017-04-28T14:09:01+00:00","method":"GET","url":"\/","user":"--","version":"11.0.3.2"}
{"reqId":"aylzfZeOqzPkKrcFyI6l","remoteAddr":"24.95.128.194","app":"PHP","message":"filesize(): stat failed for \/var\/ncdata\/BetaLeaf\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/audio.svg at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#211","level":3,"time":"2017-04-28T15:59:33+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"aylzfZeOqzPkKrcFyI6l","remoteAddr":"24.95.128.194","app":"PHP","message":"fopen(\/var\/ncdata\/BetaLeaf\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/audio.svg): failed to open stream: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#216","level":3,"time":"2017-04-28T15:59:33+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"aylzfZeOqzPkKrcFyI6l","remoteAddr":"24.95.128.194","app":"PHP","message":"fread() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#217","level":3,"time":"2017-04-28T15:59:33+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"aylzfZeOqzPkKrcFyI6l","remoteAddr":"24.95.128.194","app":"PHP","message":"fclose() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#218","level":3,"time":"2017-04-28T15:59:33+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"aylzfZeOqzPkKrcFyI6l","remoteAddr":"24.95.128.194","app":"PHP","message":"imagecreatefromstring(): Empty string or invalid image at \/var\/www\/nextcloud\/lib\/private\/legacy\/image.php#597","level":3,"time":"2017-04-28T15:59:33+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"a1DT1evw5+mqjUZBIDPU","remoteAddr":"24.95.128.194","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:806\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2018): OC\\Files\\Filesystem::normalizePath('\/BetaLeaf\/files...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1156): OC\\Files\\View->unlockFile('\/Music\/Five Fin...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#806","level":3,"time":"2017-04-28T16:00:18+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"1spUd7+aBlgfN3cASflI","remoteAddr":"24.95.128.194","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:806\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2018): OC\\Files\\Filesystem::normalizePath('\/BetaLeaf\/files...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1156): OC\\Files\\View->unlockFile('\/Music\/Five Fin...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#806","level":3,"time":"2017-04-28T16:00:39+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/","user":"OldandGrumpy56","version":"11.0.3.2"}
{"reqId":"JhvXsSYyGb+hEqVzw5uA","remoteAddr":"24.95.128.194","app":"PHP","message":"filesize(): stat failed for \/var\/ncdata\/BetaLeaf\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/audio.svg at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#211","level":3,"time":"2017-04-28T16:04:22+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"JhvXsSYyGb+hEqVzw5uA","remoteAddr":"24.95.128.194","app":"PHP","message":"fopen(\/var\/ncdata\/BetaLeaf\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/audio.svg): failed to open stream: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#216","level":3,"time":"2017-04-28T16:04:22+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"JhvXsSYyGb+hEqVzw5uA","remoteAddr":"24.95.128.194","app":"PHP","message":"fread() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#217","level":3,"time":"2017-04-28T16:04:22+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"JhvXsSYyGb+hEqVzw5uA","remoteAddr":"24.95.128.194","app":"PHP","message":"fclose() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#218","level":3,"time":"2017-04-28T16:04:22+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"JhvXsSYyGb+hEqVzw5uA","remoteAddr":"24.95.128.194","app":"PHP","message":"imagecreatefromstring(): Empty string or invalid image at \/var\/www\/nextcloud\/lib\/private\/legacy\/image.php#597","level":3,"time":"2017-04-28T16:04:22+00:00","method":"GET","url":"\/core\/preview.png?file=%2FMusic%2FPress_the_Attack.mp3&c=2e379d48b10e93992acfc8a5872c0905&x=32&y=32&forceIcon=0","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"WkBDAtlMINZmhrX5UmWo","remoteAddr":"192.168.0.2","app":"no app in context","message":"Exception: {\"Exception\":\"Doctrine\\\\DBAL\\\\Exception\\\\UniqueConstraintViolationException\",\"Message\":\"An exception occurred while executing 'INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0' with params [\\\"1\\\", \\\"2\\\", 1493556796, -1, \\\"5905de39b7f8a\\\", 1493556796, 31, 114869, \\\"\\\", \\\"8a3e85c7277b2e70d2746c9e24242c47\\\", \\\"files_versions\\\\\\\/RetroArch\\\\\\\/assets\\\\\\\/pkg\\\\\\\/wiiu\\\", \\\"wiiu\\\", 4, 4, \\\"8a3e85c7277b2e70d2746c9e24242c47\\\"]:\\n\\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '4-8a3e85c7277b2e70d2746c9e24242c47' for key 'fs_storage_path_hash'\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(128): Doctrine\\\\DBAL\\\\Driver\\\\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Connection.php(996): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOMySql\\\\Driver), Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException), 'INSERT INTO `oc...', Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/Connection.php(215): Doctrine\\\\DBAL\\\\Connection->executeUpdate('INSERT INTO `oc...', Array, Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/Adapter.php(114): OC\\\\DB\\\\Connection->executeUpdate('INSERT INTO `oc...', Array)\\n#4 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/Connection.php(253): OC\\\\DB\\\\Adapter->insertIfNotExist('*PREFIX*filecac...', Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Cache.php(265): OC\\\\DB\\\\Connection->insertIfNotExist('*PREFIX*filecac...', Array, Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files_automatedtagging\\\/lib\\\/CacheWrapper.php(62): OC\\\\Files\\\\Cache\\\\Cache->insert('files_versions\\\/...', Array)\\n#7 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Wrapper\\\/CacheWrapper.php(128): OCA\\\\FilesAutomatedTagging\\\\CacheWrapper->insert('files_versions\\\/...', Array)\\n#8 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Wrapper\\\/CacheWrapper.php(114): OC\\\\Files\\\\Cache\\\\Wrapper\\\\CacheWrapper->insert('files_versions\\\/...', Array)\\n#9 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(277): OC\\\\Files\\\\Cache\\\\Wrapper\\\\CacheWrapper->put('files_versions\\\/...', Array)\\n#10 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(217): OC\\\\Files\\\\Cache\\\\Scanner->addToCache('files_versions\\\/...', Array, -1)\\n#11 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(176): OC\\\\Files\\\\Cache\\\\Scanner->scanFile('files_versions\\\/...')\\n#12 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(320): OC\\\\Files\\\\Cache\\\\Scanner->scanFile('files_versions\\\/...', 3, -1, NULL, false)\\n#13 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Updater.php(124): OC\\\\Files\\\\Cache\\\\Scanner->scan('files_versions\\\/...', false, 3, false)\\n#14 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/View.php(318): OC\\\\Files\\\\Cache\\\\Updater->update('files_versions\\\/...', 1493556793)\\n#15 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/View.php(901): OC\\\\Files\\\\View->writeUpdate(Object(OCA\\\\FilesAccessControl\\\\StorageWrapper), 'files_versions\\\/...')\\n#16 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files_versions\\\/lib\\\/Storage.php(195): OC\\\\Files\\\\View->copy('\\\/files\\\/RetroArc...', '\\\/files_versions...')\\n#17 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files_versions\\\/lib\\\/Hooks.php(61): OCA\\\\Files_Versions\\\\Storage::store('\\\/RetroArch\\\/asse...')\\n#18 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/legacy\\\/hook.php(106): OCA\\\\Files_Versions\\\\Hooks::write_hook(Array)\\n#19 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php(268): OC_Hook::emit('OC_Filesystem', 'write', Array)\\n#20 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php(164): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->emitPreHooks(true)\\n#21 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1106): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #16)\\n#22 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(513): Sabre\\\\DAV\\\\Server->updateFile('RetroArch\\\/asset...', Resource id #16, NULL)\\n#23 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#24 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#25 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#26 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#27 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#28 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#29 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Driver\\\/AbstractMySQLDriver.php\",\"Line\":66}","level":3,"time":"2017-04-30T12:53:14+00:00","method":"PUT","url":"\/remote.php\/webdav\/RetroArch\/assets\/pkg\/wiiu\/fbalpha2012.png","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"BR+5YaP6xs5WVrQkGK1Y","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:31+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mario%20Kart%20-%20Super%20Circuit.gba","user":"--","version":"11.0.3.2"}
{"reqId":"87c6CIS7wumaOHqi45xj","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:32+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mario%20Kart%20-%20Super%20Circuit.gba","user":"--","version":"11.0.3.2"}
{"reqId":"2ciS2IQNdt9te38I9Aw\/","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:39+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20Emerald.gba","user":"--","version":"11.0.3.2"}
{"reqId":"DMqKcqlJYnt1DQdFRMB2","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:40+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20Emerald.gba","user":"--","version":"11.0.3.2"}
{"reqId":"rYcOct8sRkmoibRkKIQ5","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:47+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%202.gba","user":"--","version":"11.0.3.2"}
{"reqId":"dWQPJjFijhhJpPG9pYDO","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:48+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%202.gba","user":"--","version":"11.0.3.2"}
{"reqId":"PuGM3d1TRKNdb+mioGkB","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:50+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%203%20-%20Blue.gba","user":"--","version":"11.0.3.2"}
{"reqId":"YrwpXxMsB6T8LmyDs4qi","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:55+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%203%20-%20Blue.gba","user":"--","version":"11.0.3.2"}
{"reqId":"8l5sMIo\/WuPGNddDk8\/l","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:57+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20FireRed.gba","user":"--","version":"11.0.3.2"}
{"reqId":"tqHXcj4jIzFTkefqn6mE","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:17:58+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20FireRed.gba","user":"--","version":"11.0.3.2"}
{"reqId":"4\/CikY78yVUpDYpxcL\/s","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:18:06+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%203%20-%20White.gba","user":"--","version":"11.0.3.2"}
{"reqId":"2M3owgtHao8tYNI0Nx+9","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:18:07+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%203%20-%20White.gba","user":"--","version":"11.0.3.2"}
{"reqId":"X6FyFbjlmV4DevHVJaSk","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:18:12+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20LeafGreen.gba","user":"--","version":"11.0.3.2"}
{"reqId":"pTntNJ8gze3hmJagsRDA","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:18:42+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20LeafGreen.gba","user":"--","version":"11.0.3.2"}
{"reqId":"RzfFu5UMWIVInOJn9Q3J","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:18:45+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%204%20-%20Blue%20Moon.gba","user":"--","version":"11.0.3.2"}
{"reqId":"LNXexshwkbMyaxuE1wJi","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:18:46+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%204%20-%20Blue%20Moon.gba","user":"--","version":"11.0.3.2"}
{"reqId":"ExkEIGjqYZg0oNLd+e53","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:18:52+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%204%20-%20Red%20Sun.gba","user":"--","version":"11.0.3.2"}
{"reqId":"YX3jDxYLgICGLL3nX\/tb","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:18:58+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%204%20-%20Red%20Sun.gba","user":"--","version":"11.0.3.2"}
{"reqId":"rpilnIzQQaxKKYeYgoAE","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:19:06+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%205%20-%20Team%20Colonel.gba","user":"--","version":"11.0.3.2"}
{"reqId":"Z4Z+Rf7ClqePBGZvki8t","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:19:12+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%205%20-%20Team%20Colonel.gba","user":"--","version":"11.0.3.2"}
{"reqId":"mjaDMWOVBtvypavLZ5xo","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:19:14+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%202%20-%20Super%20Mario%20World.gba","user":"--","version":"11.0.3.2"}
{"reqId":"9ZVd42s6SjaFTIT1qcaP","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:19:20+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%202%20-%20Super%20Mario%20World.gba","user":"--","version":"11.0.3.2"}
{"reqId":"WRKK0OipSHWhh4Fe9+iR","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:19:21+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%205%20-%20Team%20Protoman.gba","user":"--","version":"11.0.3.2"}
{"reqId":"Zk8nHJJJHkaiTSXaYdP6","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:19:34+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%205%20-%20Team%20Protoman.gba","user":"--","version":"11.0.3.2"}
{"reqId":"YQlsGNRe0WpBuax\/J1LF","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:19:44+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%203%20-%20Yoshi's%20Island.gba","user":"--","version":"11.0.3.2"}
{"reqId":"Qjr+wZIVDa6ZrLt+cuQi","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:19:53+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%203%20-%20Yoshi's%20Island.gba","user":"--","version":"11.0.3.2"}
{"reqId":"4CrTAN7e0cOs8xTqjm4F","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:10+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%206%20-%20Cybeast%20Falzar.gba","user":"--","version":"11.0.3.2"}
{"reqId":"ez0ZMzNZn7J1MKdi4yUJ","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:14+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%206%20-%20Cybeast%20Falzar.gba","user":"--","version":"11.0.3.2"}
{"reqId":"ZXA7Q\/5Flkp9spsbc490","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:16+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%204%20-%20Super%20Mario%20Bros.%203.gba","user":"--","version":"11.0.3.2"}
{"reqId":"\/ybZarSBuNz5mcWIQCHR","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:17+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%204%20-%20Super%20Mario%20Bros.%203.gba","user":"--","version":"11.0.3.2"}
{"reqId":"uTDJHC1fSbmdsuagJC9l","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:19+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%206%20-%20Cybeast%20Gregar.gba","user":"--","version":"11.0.3.2"}
{"reqId":"PUwBhjVNIPf7OktcFdEt","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:20+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network%206%20-%20Cybeast%20Gregar.gba","user":"--","version":"11.0.3.2"}
{"reqId":"XnvX\/DKauzIQzbZQa8t5","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:22+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance.gba","user":"--","version":"11.0.3.2"}
{"reqId":"7ewXb9\/tBzhcURMu3yxt","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:23+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance.gba","user":"--","version":"11.0.3.2"}
{"reqId":"4LLGOBzMNOASMG0gewAh","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:25+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network.gba","user":"--","version":"11.0.3.2"}
{"reqId":"Dbc0ba\/qRncuzSFDC55X","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:26+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Mega-Man%20Battle%20Network.gba","user":"--","version":"11.0.3.2"}
{"reqId":"da3ExxYZcf6PW69N2s5T","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:27+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/The%20Legend%20of%20Zelda%20-%20The%20Minish%20Cap.gba","user":"--","version":"11.0.3.2"}
{"reqId":"Kutl6ZlURtWBE2HfSkcH","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:28+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/The%20Legend%20of%20Zelda%20-%20The%20Minish%20Cap.gba","user":"--","version":"11.0.3.2"}
{"reqId":"z8811yp\/X\/rNIzsz36In","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:32+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20Emerald.gba","user":"--","version":"11.0.3.2"}
{"reqId":"VTWm7zdqXix6TWY79TN4","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:32+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20Emerald.gba","user":"--","version":"11.0.3.2"}
{"reqId":"L4VO0ZC3\/KXwoXETec69","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Wario%20Land%204.gba","user":"--","version":"11.0.3.2"}
{"reqId":"Ba7ErGAYgal5xb4i4KoA","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:39+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Wario%20Land%204.gba","user":"--","version":"11.0.3.2"}
{"reqId":"inzBtALs4\/2OlkfIIM7q","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:54+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Zelda%20-%20A%20Link%20to%20the%20Past.gba","user":"--","version":"11.0.3.2"}
{"reqId":"XwoDhuyHp16JkDuKZlZd","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:55+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Zelda%20-%20A%20Link%20to%20the%20Past.gba","user":"--","version":"11.0.3.2"}
{"reqId":"OlJeVU5R0yrVGoRLU\/VQ","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:20:59+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20FireRed.gba","user":"--","version":"11.0.3.2"}
{"reqId":"lBmKbReRLOvTkblbK0Ri","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:21:00+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20FireRed.gba","user":"--","version":"11.0.3.2"}
{"reqId":"h6GLOitSWodGhjfaS+Av","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:21:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20LeafGreen.gba","user":"--","version":"11.0.3.2"}
{"reqId":"tKgdjxY8JPkNl72vosbw","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:21:03+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Pokemon%20LeafGreen.gba","user":"--","version":"11.0.3.2"}
{"reqId":"hvDUzwf0yz6TMGwDww2x","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:21:13+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/Gameboy\/Legend%20of%20Zelda%20-%20Link's%20Awakening%20DX.gbc","user":"--","version":"11.0.3.2"}
{"reqId":"Uq\/JfDatOejs9Uk8Yfp2","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:21:13+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/Gameboy\/Legend%20of%20Zelda%20-%20Link's%20Awakening%20DX.gbc","user":"--","version":"11.0.3.2"}
{"reqId":"V4a1CNxcS6JSXF4z3GwW","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:21:26+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/Gameboy\/Pokemon%20-%20Crystal%20Version.gbc","user":"--","version":"11.0.3.2"}
{"reqId":"FVZjWdpO7GP4jV8I4ZkX","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:21:35+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/Gameboy\/Pokemon%20-%20Crystal%20Version.gbc","user":"--","version":"11.0.3.2"}
{"reqId":"kyAKIG1Si8bXNE\/1Gujf","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:21:56+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/1080%20Snowboarding.z64","user":"--","version":"11.0.3.2"}
{"reqId":"G1nxpFcTf4wSNhiGDi87","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:22:14+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/1080%20Snowboarding.z64","user":"--","version":"11.0.3.2"}
{"reqId":"I0YqMPxvFsLmGfLwEl2n","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:22:45+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%202%20-%20Super%20Mario%20World.gba","user":"--","version":"11.0.3.2"}
{"reqId":"NvLOTBlMQJocxtdxHRa3","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:23:11+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%202%20-%20Super%20Mario%20World.gba","user":"--","version":"11.0.3.2"}
{"reqId":"AHhh6\/73sk6+Y0xvqp91","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:23:15+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%203%20-%20Yoshi's%20Island.gba","user":"--","version":"11.0.3.2"}
{"reqId":"0GYHogXuoOUlt1J+syjE","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:23:18+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%203%20-%20Yoshi's%20Island.gba","user":"--","version":"11.0.3.2"}
{"reqId":"3EeKPTvyG9+J\/NlLfIfo","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:23:21+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Banjo-Kazooie.v64","user":"--","version":"11.0.3.2"}
{"reqId":"rApeHORdwci0PWLfYDG4","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:23:35+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Banjo-Kazooie.v64","user":"--","version":"11.0.3.2"}
{"reqId":"tuDpEHfV8JnBKqWg8kD2","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:06+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%204%20-%20Super%20Mario%20Bros.%203.gba","user":"--","version":"11.0.3.2"}
{"reqId":"uu3YdtENKgmeYXaLB+5S","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:07+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance%204%20-%20Super%20Mario%20Bros.%203.gba","user":"--","version":"11.0.3.2"}
{"reqId":"LjcjIOgSm3fR5wswryj2","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:09+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Banjo-Tooie.v64","user":"--","version":"11.0.3.2"}
{"reqId":"OgFjLzpCT0eRsvPPg2MF","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:10+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Banjo-Tooie.v64","user":"--","version":"11.0.3.2"}
{"reqId":"qWCiECohyP56hfsD56Es","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:43+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance.gba","user":"--","version":"11.0.3.2"}
{"reqId":"SNU6kr7RMcCzCXUjwaRX","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:44+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Super%20Mario%20Advance.gba","user":"--","version":"11.0.3.2"}
{"reqId":"78AC6sy3YDvT3uHnJRK9","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:46+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Bomberman%2064.z64","user":"--","version":"11.0.3.2"}
{"reqId":"15kkE8rv2BO4SHrRakSh","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:46+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Bomberman%2064.z64","user":"--","version":"11.0.3.2"}
{"reqId":"EsJpQcX59uE0HBKuUjOk","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:48+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/The%20Legend%20of%20Zelda%20-%20The%20Minish%20Cap.gba","user":"--","version":"11.0.3.2"}
{"reqId":"OMLN0tvh49ANe8\/kv4G0","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:49+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/The%20Legend%20of%20Zelda%20-%20The%20Minish%20Cap.gba","user":"--","version":"11.0.3.2"}
{"reqId":"ioAwmmowvQ9UCO2hNvlB","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:51+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Conker's%20Bad%20Fur%20Day.v64","user":"--","version":"11.0.3.2"}
{"reqId":"awu10auLNxPcEckQPr3p","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:24:56+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Diddy%20Kong%20Racing.v64","user":"--","version":"11.0.3.2"}
{"reqId":"sa7JR2Ibqt77\/o7P9N1e","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:25:00+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Diddy%20Kong%20Racing.v64","user":"--","version":"11.0.3.2"}
{"reqId":"TIJKM6btaLv+z4Kgl4Yd","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:25:43+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Wario%20Land%204.gba","user":"--","version":"11.0.3.2"}
{"reqId":"pl0mgg5ba0JomWR9hiPH","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:25:44+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Wario%20Land%204.gba","user":"--","version":"11.0.3.2"}
{"reqId":"k5DJZAQ9eVVFPy9RRGTW","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:26:06+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Donkey%20Kong%2064.n64","user":"--","version":"11.0.3.2"}
{"reqId":"1EtAt9Zh33Xjj35\/Bs3r","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:26:14+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Donkey%20Kong%2064.n64","user":"--","version":"11.0.3.2"}
{"reqId":"VtjYWl2UbP41o2Dxw9KM","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:27:26+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Zelda%20-%20A%20Link%20to%20the%20Past.gba","user":"--","version":"11.0.3.2"}
{"reqId":"LpNH1ecJCwLlwqesf7kl","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:27:27+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Zelda%20-%20A%20Link%20to%20the%20Past.gba","user":"--","version":"11.0.3.2"}
{"reqId":"wjwU0+JC+aM3MHaSXsWa","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:27:47+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Dr.%20Mario%2064.v64","user":"--","version":"11.0.3.2"}
{"reqId":"SKDkFlsg6p0eHTa1\/1oS","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:28:02+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Dr.%20Mario%2064.v64","user":"--","version":"11.0.3.2"}
{"reqId":"\/TmGerIMpxefaYThXvrP","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:28:28+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/GoldenEye%20007.z64","user":"--","version":"11.0.3.2"}
{"reqId":"6UxgOTuKFZsHPFBMJgbr","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:28:44+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/GoldenEye%20007.z64","user":"--","version":"11.0.3.2"}
{"reqId":"zH0HgUX8dusLHafbfYxy","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:29:14+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/Gameboy\/Legend%20of%20Zelda%20-%20Link's%20Awakening%20DX.gbc","user":"--","version":"11.0.3.2"}
{"reqId":"5MAML3QDTPRDGnGNfadU","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:29:28+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/Gameboy\/Legend%20of%20Zelda%20-%20Link's%20Awakening%20DX.gbc","user":"--","version":"11.0.3.2"}
{"reqId":"hCFSMHiSXeF3sVIcs\/sP","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:29:45+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Harvest%20Moon%2064.z64","user":"--","version":"11.0.3.2"}
{"reqId":"Pk008\/VjSj8b5gt9wAux","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:30:02+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Harvest%20Moon%2064.z64","user":"--","version":"11.0.3.2"}
{"reqId":"43WrQHyfigZNm31ULJx1","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:30:10+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch","user":"--","version":"11.0.3.2"}
{"reqId":"T+zUlcfe0btjsh2ZSdG0","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:30:20+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch","user":"--","version":"11.0.3.2"}
{"reqId":"Gz8jA\/HvPfoQSEL\/bdpC","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:30:32+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/Gameboy\/Pokemon%20-%20Crystal%20Version.gbc","user":"--","version":"11.0.3.2"}
{"reqId":"VhKnxP0Lj+Zn\/IY2aTaG","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:30:54+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/Gameboy\/Pokemon%20-%20Crystal%20Version.gbc","user":"--","version":"11.0.3.2"}
{"reqId":"Qap4QCo65L9+F2H53VF0","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:31:04+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Kirby%2064%20-%20The%20Crystal%20Shards.v64","user":"--","version":"11.0.3.2"}
{"reqId":"JSIpEhKjLr+KHhRfncP8","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:31:29+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Kirby%2064%20-%20The%20Crystal%20Shards.v64","user":"--","version":"11.0.3.2"}
{"reqId":"tdWnyQBUhYPrzKnuk5Yu","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:32:07+00:00","method":"PROPFIND","url":"\/remote.php\/webdav","user":"--","version":"11.0.3.2"}
{"reqId":"2wP4UBIj6rQ1C7lhVAbJ","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:32:21+00:00","method":"PROPFIND","url":"\/remote.php\/webdav","user":"--","version":"11.0.3.2"}
{"reqId":"B4aszL314g45H4sqPUQr","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:33:12+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/1080%20Snowboarding.z64","user":"--","version":"11.0.3.2"}
{"reqId":"gN83tfekB08IYUBKI+96","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:33:14+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/1080%20Snowboarding.z64","user":"--","version":"11.0.3.2"}
{"reqId":"Wkx3AA0YORQGxpaqzcdJ","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:33:24+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Legend%20of%20Zelda,%20The%20-%20Majora's%20Mask.n64","user":"--","version":"11.0.3.2"}
{"reqId":"AWBBpPJlCl310+UPQjPR","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:33:30+00:00","method":"GET","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/N64\/Legend%20of%20Zelda,%20The%20-%20Majora's%20Mask.n64","user":"--","version":"11.0.3.2"}
{"reqId":"W+Z6v8Y0r5xhFd4yJ9GJ","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:35:16+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/Desktop.ini","user":"--","version":"11.0.3.2"}
{"reqId":"VJfi2p+M5LxFWCR6F3nq","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:35:16+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/AutoRun.inf","user":"--","version":"11.0.3.2"}
{"reqId":"abAdc\/ZkbGBVtekh7hoz","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:35:26+00:00","method":"PROPFIND","url":"\/remote.php\/webdav","user":"--","version":"11.0.3.2"}
{"reqId":"UwFE0U\/Y+X1g1ClR1Bjd","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:36:38+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/desktop.ini","user":"--","version":"11.0.3.2"}
{"reqId":"56vPRNHOnhBjFyxDYwX\/","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:37:13+00:00","method":"PROPFIND","url":"\/remote.php\/webdav","user":"--","version":"11.0.3.2"}
{"reqId":"Vvg4yhTytzc3tzGJHuRj","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:37:28+00:00","method":"PROPFIND","url":"\/remote.php\/webdav","user":"--","version":"11.0.3.2"}
{"reqId":"bDLEYOq0q4Stuf9nPeJg","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:38:21+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/desktop.ini","user":"--","version":"11.0.3.2"}
{"reqId":"tj8VbvU+fCNFr6dErIvU","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:38:52+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA\/Golden%20Sun.gba","user":"--","version":"11.0.3.2"}
{"reqId":"H2VZvV8eTtel0tif0EZn","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T13:39:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/RetroArch\/ROMs\/GBA","user":"--","version":"11.0.3.2"}
{"reqId":"OtYlUF1\/saEMeX3bg2sU","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T14:32:36+00:00","method":"PROPFIND","url":"\/remote.php\/dav\/addressbooks\/users\/BetaLeaf\/contacts\/","user":"--","version":"11.0.3.2"}
{"reqId":"OtYlUF1\/saEMeX3bg2sU","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T14:33:00+00:00","method":"PROPFIND","url":"\/remote.php\/dav\/addressbooks\/users\/BetaLeaf\/contacts\/","user":"--","version":"11.0.3.2"}
{"reqId":"Yyhq\/uD519iPWsg7xtkD","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T15:03:53+00:00","method":"PROPFIND","url":"\/remote.php\/webdav","user":"--","version":"11.0.3.2"}
{"reqId":"JQYG3wcMVicjYzutXKXP","remoteAddr":"24.95.128.194","app":"PHP","message":"Illegal offset type at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Settings\/Admin.php#219","level":3,"time":"2017-04-30T15:04:36+00:00","method":"GET","url":"\/settings\/admin\/issuetemplate","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"JQYG3wcMVicjYzutXKXP","remoteAddr":"24.95.128.194","app":"PHP","message":"Illegal offset type at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Settings\/Admin.php#219","level":3,"time":"2017-04-30T15:04:36+00:00","method":"GET","url":"\/settings\/admin\/issuetemplate","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"MwIgTzBA3MGWvNZQ8d2t","remoteAddr":"24.95.128.194","app":"PHP","message":"Illegal offset type at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Settings\/Admin.php#219","level":3,"time":"2017-04-30T15:04:36+00:00","method":"GET","url":"\/settings\/admin\/issuetemplate","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"MwIgTzBA3MGWvNZQ8d2t","remoteAddr":"24.95.128.194","app":"PHP","message":"Illegal offset type at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Settings\/Admin.php#219","level":3,"time":"2017-04-30T15:04:36+00:00","method":"GET","url":"\/settings\/admin\/issuetemplate","user":"BetaLeaf","version":"11.0.3.2"}
{"reqId":"h52NFRoH4jzJrPpl2P5t","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T15:06:52+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/desktop.ini","user":"--","version":"11.0.3.2"}
{"reqId":"Iu5MMz31zwlCpz0W1Hoz","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T15:07:27+00:00","method":"PROPFIND","url":"\/remote.php\/webdav","user":"--","version":"11.0.3.2"}
{"reqId":"pxtiyPjRdRKrBUOrMSGN","remoteAddr":"24.95.128.194","app":"core","message":"Login failed: 'BetaLeaf@gmail.com' (Remote IP: '24.95.128.194')","level":2,"time":"2017-04-30T15:07:27+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/AutoRun.inf","user":"--","version":"11.0.3.2"}

	```
</details>

#### Browser log
<details>
	<summary>Browser log</summary>
	```
	cloud.betaleaf.net/:62 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'". Either the 'unsafe-inline' keyword, a hash ('sha256-Fj5AB/WrG39PDwJY2gE8duG1qp+2OH+00glX/PftS34='), or a nonce ('nonce-...') is required to enable inline execution.

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/jquery/dist/jquery.min.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/jquery-migrate/jquery-migrate.min.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/jquery-ui/ui/jquery-ui.custom.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/underscore/underscore.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/moment/min/moment-with-locales.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/handlebars/handlebars.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/blueimp-md5/js/md5.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/bootstrap/js/tooltip.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/backbone/backbone.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/es6-promise/dist/es6-promise.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/davclient.js/lib/client.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/clipboard/dist/clipboard.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/autosize/dist/autosize.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/jquery.ocdialog.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/oc-dialogs.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/js.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/l10n.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/octemplate.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/eventsource.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/public/appconfig.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/config.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/search/js/search.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/oc-requesttoken.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/apps.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/mimetype.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/mimetypelist.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/snapjs/dist/latest/snap.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/backbone/backbone.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/oc-backbone.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/placeholder.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/jquery.avatar.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/shareconfigmodel.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/shareitemmodel.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/sharedialogresharerinfoview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/sharedialoglinkshareview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/sharedialogexpirationview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/sharedialogshareelistview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/sharedialogview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/share.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_reader/js/plugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/apporder/js/apporder.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/audioplayer/js/soundmanager2-nodebug-jsmin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/audioplayer/js/viewer.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_pdfviewer/js/previewplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_videoplayer/js/viewer.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/gallery/js/vendor/bigshot/bigshot-compressed.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/gallery/js/vendor/dompurify/src/purify.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/gallery/js/galleryutility.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/gallery/js/galleryfileaction.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/gallery/js/slideshow.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/gallery/js/slideshowcontrols.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/gallery/js/slideshowzoomablepreview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/gallery/js/gallerybutton.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/rainloop/js/rainloop.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/select2/select2.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/select2-toggleselect.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/jquery-ui-fixes.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/files/fileinfo.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/files/client.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/app.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/file-upload.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/newfilemenu.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/jquery.fileupload.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/jquery-visibility.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/fileinfomodel.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/filesummary.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/breadcrumb.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/filelist.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/search.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/favoritesfilelist.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/recentfilelist.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/tagsplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/gotoplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/favoritesplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/recentplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/detailfileinfoview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/sidebarpreviewmanager.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/sidebarpreviewtext.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/detailtabview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/mainfileinfodetailview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/detailsview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/vendor/handlebars/handlebars.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/fileactions.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/fileactionsmenu.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/files.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/keyboardshortcuts.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files/js/navigation.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_sharing/js/app.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_sharing/js/sharedfilelist.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_external/js/statusmanager.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_external/js/rollingqueue.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_external/js/app.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_external/js/mountsfilelist.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_trashbin/js/app.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_trashbin/js/filelist.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/activity/js/richObjectStringParser.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/activity/js/activitymodel.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/activity/js/activitycollection.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/activity/js/activitytabview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/activity/js/filesplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/checksum/js/checksum.tabview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/checksum/js/checksum.plugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/oc-backbone-webdav.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/comments/js/app.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/comments/js/commentmodel.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/comments/js/commentcollection.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/comments/js/commentsummarymodel.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/comments/js/commentstabview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/comments/js/filesplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/comments/js/activitytabviewplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_sharing/js/share.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_sharing/js/sharetabview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_sharing/js/sharebreadcrumbview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_versions/js/versionmodel.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_versions/js/versioncollection.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_versions/js/versionstabview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_versions/js/filesplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/nextant/js/navigate.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/systemtags/systemtags.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/systemtags/systemtagmodel.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/systemtags/systemtagsmappingcollection.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/systemtags/systemtagscollection.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/core/js/systemtags/systemtagsinputfield.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/systemtags/js/app.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/systemtags/js/systemtagsfilelist.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/systemtags/js/filesplugin.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/systemtags/js/systemtagsinfoview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/federatedfilesharing/js/external.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_markdown/js/editor.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_texteditor/js/editor.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_texteditor/js/sidebarpreview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/ace.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/keeweb/js/viewer.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/ocr/js/ocrapp.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/ocr/js/ocrocr.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/ocr/js/ocrview.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/richdocuments/js/viewer/viewer.js?v=54bbcb79c911a78159a338de7eb2e463' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".

cloud.betaleaf.net/:1 Refused to load the script 'https://cloud.betaleaf.net/apps/theming/js/theming?v=0' because it violates the following Content Security Policy directive: "script-src 'nonce-bW9zYlVBRHgvY1JGRmp6MkNkdmFBSmM2NGZYbURMeGFLY01ySVc1bzZtST06NE1kaGYxT0FwSzUwSVhDVldMZjFVT0JMbzhQU1hPa3FISnRxUWl4UW4xRT0=' 'unsafe-eval'".
	```
</details>
@AetherCollective
Copy link
Author

I had to crop alot of the nextcloud log. I will attach the full log below.
nextcloud.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant