File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ published to GitHub Pages
53
53
54
54
``` yaml
55
55
- name : Make something nasty for bots
56
- uses : gha-utilities/ai-bait@v0.0.3
56
+ uses : gha-utilities/ai-bait@v0.0.4
57
57
with :
58
58
bs : 512
59
59
count : 10000
@@ -111,7 +111,7 @@ jobs:
111
111
# ↑ Do some site building here ↑
112
112
113
113
- name: Make _sweet_ for bots
114
- uses: gha-utilities/ai-bait@v0.0.3
114
+ uses: gha-utilities/ai-bait@v0.0.4
115
115
with:
116
116
bs: 10g
117
117
count: 10000
@@ -162,6 +162,11 @@ deployment → Source configuration to use "GitHub Actions"
162
162
163
163
> `https://github.com/<ACCOUNT>/<REPO>/settings/pages`
164
164
165
+ To mitigate allowed bots accidentally scraping files generated by AI Bait that
166
+ may be linked to within a site, leverage the `nofollow` HTML attribute eg;
167
+
168
+ > `<a href="assets/ai/bait.zip" nofollow>assets/ai/bait.zip</a>`
169
+
165
170
166
171
______
167
172
You can’t perform that action at this time.
0 commit comments