-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(HomeFooter): add
rel="noopener"
to improve security and update …
…styles
- Loading branch information
1 parent
e6c991d
commit a603ebe
Showing
4 changed files
with
130 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# Updated: CST 2024-08-17 14:14:49 | ||
# Author: Theo-Messi | ||
# GitHub Source: https://github.com/Theo-Messi/dotfiles | ||
|
||
payload: | ||
- '*.lan' | ||
- '*.localdomain' | ||
- '*.example' | ||
- '*.invalid' | ||
- '*.localhost' | ||
- '*.test' | ||
- '*.local' | ||
- '*.home.arpa' | ||
- time.*.com | ||
- time.*.gov | ||
- time.*.edu.cn | ||
- time.*.apple.com | ||
- time-ios.apple.com | ||
- time1.*.com | ||
- time2.*.com | ||
- time3.*.com | ||
- time4.*.com | ||
- time5.*.com | ||
- time6.*.com | ||
- time7.*.com | ||
- ntp.*.com | ||
- ntp1.*.com | ||
- ntp2.*.com | ||
- ntp3.*.com | ||
- ntp4.*.com | ||
- ntp5.*.com | ||
- ntp6.*.com | ||
- ntp7.*.com | ||
- '*.time.edu.cn' | ||
- '*.ntp.org.cn' | ||
- '+.pool.ntp.org' | ||
- time1.cloud.tencent.com | ||
- music.163.com | ||
- '*.music.163.com' | ||
- '*.126.net' | ||
- musicapi.taihe.com | ||
- music.taihe.com | ||
- songsearch.kugou.com | ||
- trackercdn.kugou.com | ||
- '*.kuwo.cn' | ||
- api-jooxtt.sanook.com | ||
- api.joox.com | ||
- joox.com | ||
- y.qq.com | ||
- '*.y.qq.com' | ||
- streamoc.music.tc.qq.com | ||
- mobileoc.music.tc.qq.com | ||
- isure.stream.qqmusic.qq.com | ||
- dl.stream.qqmusic.qq.com | ||
- aqqmusic.tc.qq.com | ||
- amobile.music.tc.qq.com | ||
- '*.xiami.com' | ||
- '*.music.migu.cn' | ||
- music.migu.cn | ||
- '+.msftconnecttest.com' | ||
- '+.msftncsi.com' | ||
- localhost.ptlogin2.qq.com | ||
- localhost.sec.qq.com | ||
- '+.qq.com' | ||
- '+.tencent.com' | ||
- '+.srv.nintendo.net' | ||
- '*.n.n.srv.nintendo.net' | ||
- '+.stun.playstation.net' | ||
- xbox.*.*.microsoft.com | ||
- '*.*.xboxlive.com' | ||
- xbox.*.microsoft.com | ||
- xnotify.xboxlive.com | ||
- '+.battlenet.com.cn' | ||
- '+.wotgame.cn' | ||
- '+.wggames.cn' | ||
- '+.wowsgame.cn' | ||
- '+.wargaming.net' | ||
- proxy.golang.org | ||
- stun.*.* | ||
- stun.*.*.* | ||
- '+.stun.*.*' | ||
- '+.stun.*.*.*' | ||
- '+.stun.*.*.*.*' | ||
- '+.stun.*.*.*.*.*' | ||
- heartbeat.belkin.com | ||
- '*.linksys.com' | ||
- '*.linksyssmartwifi.com' | ||
- '*.router.asus.com' | ||
- mesu.apple.com | ||
- swscan.apple.com | ||
- swquery.apple.com | ||
- swdownload.apple.com | ||
- swcdn.apple.com | ||
- swdist.apple.com | ||
- lens.l.google.com | ||
- stun.l.google.com | ||
- na.b.g-tun.com | ||
- '+.nflxvideo.net' | ||
- '*.square-enix.com' | ||
- '*.finalfantasyxiv.com' | ||
- '*.ffxiv.com' | ||
- '*.ff14.sdo.com' | ||
- ff.dorado.sdo.com | ||
- '*.mcdn.bilivideo.cn' | ||
- '+.media.dssott.com' | ||
- shark007.net | ||
- Mijia Cloud | ||
- '+.cmbchina.com' | ||
- '+.cmbimg.com' | ||
- local.adguard.org | ||
- '+.sandai.net' | ||
- '+.n0808.com' | ||
- controlplane.tailscale.com | ||
- log.tailscale.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,7 @@ | |
"scripts": { | ||
"prettier": "prettier --write .", | ||
"check": "prettier . --check", | ||
"pull": "git fetch origin && git reset --hard origin/main", | ||
"push": "git add . && git commit -m 'update'", | ||
"soft": "git reset --soft HEAD^ && git add . && git commit -m 'update' && git push -f origin main", | ||
"ps": "pnpm run push && pnpm run soft" | ||
"pull": "git fetch origin && git reset --hard origin/main" | ||
}, | ||
"devDependencies": { | ||
"prettier": "3.3.3" | ||
|
@@ -28,5 +25,5 @@ | |
"prettier --write --ignore-unknown" | ||
] | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |