Detailed description of the problem Every time I start the game many >40 Mysterious Notes are created (blank) in the root folder of my notes. I Obviously tried Other browsers (on the same on different PCs). To no avail. I also deactivate any scripts - which had no effect as well. If I archive, delete or move them they are recreated on the next login. Deleting these to have tidy campaign notes is rather cumbersome. I noticed that this did not happen, when I logged in through a browser on a tablet. Does anyone have a similar experience, or maybe an idea for a solution/workaround? Minimum number of steps to reproduce the problem - start campaign Description of setup Firefox, Chrome, (current versions) Extensions deactivated and activated does not make a difference Win10 Chrome Console log (Verbose): <a href="https://www.dropbox.com/s/h96iyqogxed12pw/app.roll20.net-1604224244781.log?dl=0" rel="nofollow">https://www.dropbox.com/s/h96iyqogxed12pw/app.roll20.net-1604224244781.log?dl=0</a> In the log are some issues attached hinting at scripts not being loaded (and other stuff): Content Security Policy blocks inline execution of scripts and stylesheets The Content Security Policy (CSP) prevents cross-site scripting attacks by blocking inline execution of scripts and style sheets. To solve this, move all inline scripts (e.g. onclick=[JS code] ) and styles into external files. ⚠️ Allowing inline execution comes at the risk of script injection via injection of HTML script elements. If you absolutely must, you can allow inline script and styles by: adding unsafe-inline as a source to the CSP header adding the hash or nonce of the inline script to your CSP header. AFFECTED RESOURCES 2 directives Learn more: Learn more: Content Security Policy - Inline Code 1 Content Security Policy of your site blocks some resources because their origin is not included in the content security policy header The Content Security Policy (CSP) improves the security of your site by defining a list of trusted sources and instructs the browser to only execute or render resources from this list. Some resources on your site can't be accessed because their origin is not listed in the CSP. To solve this, carefully check that all of the blocked resources listed below are trustworthy; if they are, include their sources in the content security policy of your site. You can set a policy as a HTTP header (recommended), or via an HTML <meta> tag. ⚠️ Never add a source you don't trust to your site's Content Security Policy. If you don't trust the source, consider hosting resources on your own site instead. AFFECTED RESOURCES 1 directive Resource Status Directive Source code <a href="https://js-agent.newrelic.com/nr-1167.min.js" rel="nofollow">https://js-agent.newrelic.com/nr-1167.min.js</a> blocked script-src-elem app.roll20.net/:424 Learn more: Content Security Policy - Source Allowlists 3 Mixed content: load all resources via HTTPS to improve the security of your site Even though the initial HTML page is loaded over a secure HTTPS connection, some resources like images, stylesheets or scripts are being accessed over an insecure HTTP connection. Usage of insecure resources is restricted to strengthen the security of your entire site. To resolve this issue load all resources over a secure HTTPS connection. AFFECTED RESOURCES 2 requests 2 resources Learn more: Preventing mixed content