Skip to content

Commit 5ae2a83

Browse files
Malvozmolant
authored andcommittedNov 4, 2019
Only send Clear-Site-Data for text/html resources
1 parent d1d6d4d commit 5ae2a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎web.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<outboundRules>
9494
<!-- Clean service worker from old site -->
9595
<rule name="sonarwhal" enabled="true">
96-
<match serverVariable="RESPONSE_Clear_Site_Data" pattern=".*" />
96+
<match serverVariable="RESPONSE_Clear_Site_Data" pattern="\.html" />
9797
<action type="Rewrite" value="&quot;storage&quot;" />
9898
</rule>
9999

0 commit comments

Comments
 (0)
Please sign in to comment.