grafana/pkg
Marcus Efraimsson 1c1427520d
Security: Add new setting allow_embedding (#16853)
When allow_embedding is false (default) the Grafana backend 
will set the http header `X-Frame-Options: deny` in all responses 
to non-static content which will instruct browser to not allow 
Grafana to be embedded in `<frame>`, `<iframe>`, 
`<embed>` or `<object>`.

Closes #14189
2019-05-06 09:56:23 +02:00
..
api Security: Responses from backend should not be cached (#16848) 2019-05-06 09:22:59 +02:00
bus bus: noop should still execute fn 2018-06-15 12:46:20 +02:00
cmd Chore: revise some of the gosec rules (#16713) 2019-05-01 11:36:02 +02:00
components Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
events feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
extensions LDAP Refactoring to support syncronizing more than one user at a time. (#16705) 2019-04-26 15:47:16 +03:00
infra Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
log Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
login LDAP: Added reload endpoint for LDAP config (#15470) 2019-05-03 14:53:07 +02:00
middleware Security: Add new setting allow_embedding (#16853) 2019-05-06 09:56:23 +02:00
models Auth: Enable retries and transaction for some db calls for auth tokens (#16785) 2019-04-30 14:42:01 +02:00
plugins LDAP: Added reload endpoint for LDAP config (#15470) 2019-05-03 14:53:07 +02:00
registry add functionality to override service in registry 2018-10-30 13:37:30 +01:00
services LDAP: Added reload endpoint for LDAP config (#15470) 2019-05-03 14:53:07 +02:00
setting Security: Add new setting allow_embedding (#16853) 2019-05-06 09:56:23 +02:00
tsdb build: fix integer overflow in pkg/tsdb tests on 32bit platforms (#16818) 2019-05-06 09:27:45 +02:00
util Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00