Skip to content

Commit

Permalink
Whitelist demarches-simplifiees.fr
Browse files Browse the repository at this point in the history
  • Loading branch information
monbocal authored and gregoirenovel committed Feb 19, 2019
1 parent b7ce44c commit b4c1064
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/components/standup-deck.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ import { inject as service } from '@ember/service';
import Component from '@ember/component';
import { EKMixin, keyUp } from 'ember-keyboard';

const WHITELIST = ['api-entreprise', 'data.gouv.fr', 'openfisca', 'alpha'];
const WHITELIST = [
'api-entreprise',
'data.gouv.fr',
'openfisca',
'alpha',
'demarches-simplifiees.fr'
];

export default Component.extend(EKMixin, {
// Slide (60) + buffer (5)
Expand Down

0 comments on commit b4c1064

Please sign in to comment.