added hmac auth to report route
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
bc0ccc8e5d
commit
f64e772145
3 changed files with 10 additions and 3 deletions
|
@ -9,7 +9,7 @@ import contentDisposition from 'content-disposition';
|
|||
let noSave = false;
|
||||
const map = new Map();
|
||||
const IMAGES = /.*\.(png|svg|jpg)$/;
|
||||
const VERSIONED_ASSET = /\.[A-Fa-f0-9]{8}\.(js|css|png|svg|jpg)$/;
|
||||
const VERSIONED_ASSET = /\.[A-Fa-f0-9]{8}\.(js|css|png|svg|jpg)(#\w+)?$/;
|
||||
const DOWNLOAD_URL = /\/api\/download\/([A-Fa-f0-9]{4,})/;
|
||||
const FONT = /\.woff2?$/;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue