Skip to content

Commit

Permalink
[Enhancement] Make Google Firebase rule productive
Browse files Browse the repository at this point in the history
  • Loading branch information
twesterhever committed May 26, 2023
1 parent 7a0fce6 commit ba414d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/regexp/headers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,8 @@ reconf['HAS_GOOGLE_REDIR'] = {
reconf['HAS_GOOGLE_FIREBASE_URL'] = {
re = '/\\.firebasestorage\\.googleapis\\.com\\//{url}i',
description = 'Contains firebasestorage.googleapis.com URL',
score = 0.01,
group = 'experimental'
score = 2.0,
group = 'url'
}

reconf['XM_UA_NO_VERSION'] = {
Expand Down

0 comments on commit ba414d6

Please sign in to comment.