2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-12-25 13:48:38 +00:00
2019-05-08 12:19:12 +01:00

44 lines
579 B
JavaScript

var whitelist = {
'/config.js': [
24,
25,
180
],
'/credentials/cognito_identity_credentials.js': [
78,
79,
109
],
'/http.js': [
5
],
'/rds/signer.js': [
42,
43,
96,
98,
109,
111
],
'/request.js': [
315,
316
],
'/services/s3.js': [
68,
69,
515,
517,
516,
636,
647,
648,
649,
654
]
};
module.exports = {
whitelist: whitelist
};