Skip to content

Commit 44fc7e4

Browse files
adriaandotcomAdriaan
authored andcommitted
Show the backend this is a SRI request
1 parent 4d2ab81 commit 44fc7e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/default.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
};
8181
if (bot) payload.bot = true;
8282

83+
/** if sri **/
84+
payload.sri = true;
85+
/** endif **/
86+
8387
// Use User-Agent Client Hints for better privacy
8488
// https://web.dev/user-agent-client-hints/
8589
if (uaData) {

0 commit comments

Comments
 (0)