Skip to content

Commit c29aa90

Browse files
authoredNov 20, 2023
Update README.md
1 parent d25f8b5 commit c29aa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎demos/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ var config = {
286286
};
287287

288288
// Specify attributes to proxy
289-
var attributes = ['action', 'background', 'href', 'poster', 'src'];
289+
var attributes = ['action', 'background', 'href', 'poster', 'src', 'srcset']
290290

291291
// specify the regex to detect external content
292292
var regex = /(url\("?)(?!data:)/gim;

0 commit comments

Comments
 (0)
Please sign in to comment.