Skip to content

Commit 9841ec3

Browse files
committed
fix: ignore a certain stackoverflow (and its variants) that is 403ing
- [x] also ensure all usages of it are using https Signed-off-by: jmeridth <[email protected]>
1 parent 17497d9 commit 9841ec3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

โ€Ž_articles/ko/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ related:
112112

113113
### ์‚ฌ๋žŒ๋“ค์„ ๋•๋Š” ๊ฒƒ์„ ์ข‹์•„ํ•˜์„ธ์š”?
114114

115-
* Stack Overflow([Postgres ์˜ˆ์‹œ](http://stackoverflow.com/questions/18664074/getting-error-peer-authentication-failed-for-user-postgres-when-trying-to-ge)) ํ˜น์€ Reddit์—์„œ ํ”„๋กœ์ ํŠธ์— ๊ด€๋ จ๋œ ์งˆ๋ฌธ์— ๋‹ต๋ณ€ํ•˜๊ธฐ
115+
* Stack Overflow([Postgres ์˜ˆ์‹œ](https://stackoverflow.com/questions/18664074/getting-error-peer-authentication-failed-for-user-postgres-when-trying-to-ge)) ํ˜น์€ Reddit์—์„œ ํ”„๋กœ์ ํŠธ์— ๊ด€๋ จ๋œ ์งˆ๋ฌธ์— ๋‹ต๋ณ€ํ•˜๊ธฐ
116116
* ์—ด๋ฆฐ ์ด์Šˆ์—์„œ ์‚ฌ๋žŒ๋“ค์˜ ์งˆ๋ฌธ์— ๋‹ต๋ณ€ํ•˜๊ธฐ
117117
* ํ† ๋ก  ๊ฒŒ์‹œํŒ์ด๋‚˜ ๋Œ€ํ™” ์ฑ„๋„ ๊ด€๋ฆฌ ๋•๊ธฐ
118118

โ€Ž_articles/zh-hant/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ redirect_from: /zh-tw/how-to-contribute/
113113

114114
### **ไฝ ๅ–œๆญกๅนซๅŠฉไป–ไบบ๏ผŸ**
115115

116-
* ๅ›ž็ญ”ๆœ‰้—œๆ–ผๅฐˆๆกˆ็š„ๅ•้กŒ๏ผŒไพ‹ๅฆ‚ๅœจ Stack Overflow( [Postgres ็š„ๅฑ•็คบ็ฏ„ไพ‹](http://stackoverflow.com/questions/18664074/getting-error-peer-authentication-failed-for-user-postgres-when-to-ge) )ๆˆ–่€… reddit ไธŠ
116+
* ๅ›ž็ญ”ๆœ‰้—œๆ–ผๅฐˆๆกˆ็š„ๅ•้กŒ๏ผŒไพ‹ๅฆ‚ๅœจ Stack Overflow( [Postgres ็š„ๅฑ•็คบ็ฏ„ไพ‹](https://stackoverflow.com/questions/18664074/getting-error-peer-authentication-failed-for-user-postgres-when-to-ge) )ๆˆ–่€… reddit ไธŠ
117117
* ๅ›ž็ญ”่™•ๆ–ผ้–‹ๆ”พ็‹€ๆ…‹็š„่ญฐ้กŒ
118118
* ้ผ“ๅ‹ตใ€ๅ”ๅŠฉๅ‰ต้€ ๅ‹ๅ–„็š„่จŽ่ซ–ๅ€็ฆฎๅ„€
119119

โ€Žscript/html-proofer

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ url_ignores = [
1212
"https://foundation.mozilla.org/en/blog/its-a-wrap-movement-building-from-home/",
1313
"https://sloan.org/programs/digital-technology",
1414
"https://www.jfklibrary.org/learn/education/teachers/curricular-resources/ask-not-what-your-country-can-do-for-you",
15+
"https://stackoverflow.com/questions/18664074/",
16+
%r{^https?://stackoverflow\.com/questions/18664074/getting-error-peer-authentication-failed-for-user-postgres-when-(trying-)?to-ge},
1517
%r{^https?://readwrite\.com/2014/10/10/open-source-diversity-how-to-contribute/},
1618
%r{^https?://twitter\.com/},
1719
%r{^https?://(www\.)?kickstarter\.com/},

0 commit comments

Comments
ย (0)