Skip to content

Instantly share code, notes, and snippets.

@MTRNord
Created September 18, 2018 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MTRNord/f0b7a6210200237b1deca31cb0b3ad7f to your computer and use it in GitHub Desktop.
Save MTRNord/f0b7a6210200237b1deca31cb0b3ad7f to your computer and use it in GitHub Desktop.
Replace https://matrix.ffslfl.net with your own Matrix Server domain
default-src 'self' https://matrix.ffslfl.net;
script-src 'self' 'unsafe-inline' 'unsafe-eval';
style-src 'self' 'unsafe-inline';
img-src 'self' data: https://matrix.ffslfl.net blob:;
font-src 'self';
object-src 'self';
child-src 'self' https://scalar-staging.riot.im; frame-ancestors *;
upgrade-insecure-requests;
block-all-mixed-content;
referrer origin;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment