Skip to content

Commit

Permalink
fix(HomeFooter): add rel="noopener" to improve security and update …
Browse files Browse the repository at this point in the history
…styles
  • Loading branch information
Theo-Messi committed Aug 17, 2024
1 parent e6c991d commit c7c66f1
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ brew "nvm"
brew "pnpm"
brew "ruby"
brew "speedtest-cli"
brew "tree"
brew "unar"
brew "wget"
brew "wimlib"
Expand All @@ -38,6 +39,7 @@ vscode "oouo-diogo-perdigao.docthis"
vscode "pkief.material-icon-theme"
vscode "russell.any-rule"
vscode "sibiraj-s.vscode-scss-formatter"
vscode "sonarsource.sonarlint-vscode"
vscode "tamasfe.even-better-toml"
vscode "vue.volar"
vscode "yzhang.markdown-all-in-one"
Expand Down
114 changes: 114 additions & 0 deletions Proxy/Clash/T-FakeIpFilter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
# Updated: CST 2024-08-03 20:41:06
# 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
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -28,5 +25,5 @@
"prettier --write --ignore-unknown"
]
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}

0 comments on commit c7c66f1

Please sign in to comment.