Skip to content

Commit

Permalink
Fixing starts-with pattern export
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Griffith committed Apr 2, 2020
1 parent 25d0dad commit 45b868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/reporting/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const KBN_SCREENSHOT_HEADER_BLACKLIST = [
'keep-alive',
];

export const KBN_SCREENSHOT_HEADER_BLACKLIST_PATTERN = ['proxy-'];
export const KBN_SCREENSHOT_HEADER_BLACKLIST_STARTS_WITH_PATTERN = ['proxy-'];

export const UI_SETTINGS_CUSTOM_PDF_LOGO = 'xpackReporting:customPdfLogo';

Expand Down

0 comments on commit 45b868f

Please sign in to comment.