Skip to content

Commit

Permalink
Add app param
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormonacelli committed Aug 2, 2024
1 parent 33bfff5 commit 3b44818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/links/google.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,16 @@ func cleanGoogleURL(urlStr string) (string, []string, error) {
q := u.Query()

paramsToRemove := []string{
"app",
"bih",
"biw",
"client",
"dpr",
"ei",
"fbs",
"gs_lcp",
"gs_lcrp",
"gs_lp",
"gs_lcp",
"gs_ssp",
"ictx",
"ie",
Expand Down

0 comments on commit 3b44818

Please sign in to comment.