posting_duo 0.0.27 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/posting_duo.rb +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '01778f22ad62317adadacfce23b6723557eeccb3a05061f361a6688e495d057c'
|
4
|
+
data.tar.gz: 612c3d2dc22d0d954a070866c8550d235475abe581dddf738abba9a5f65178b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 766c9fcb003b7dd3dc4edfbb012bf374c3815e2e1238178d15b3076fb8c72e663038dfb8ccf3c4934d034deb6d882e29a43519727ecb91d1b7c0cbf8f3107bdb
|
7
|
+
data.tar.gz: 52540875ecfe41e8611b9cd623852db9bab169a571f13f358b6444f89e68eaa8d1d0b1a764ec8a2c6035f6a77a594152eb018300e4a16b763f896c735d67f279
|
data/lib/posting_duo.rb
CHANGED
@@ -59,7 +59,7 @@ class Naver
|
|
59
59
|
options.add_argument('--start-maximized')
|
60
60
|
options.add_argument('user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.59 Safari/537.36') # user-agent 위조
|
61
61
|
options.add_argument('--disable-blink-features=AutomationControlled') # 자동화된 환경에서 실행되는 것을 감지하는 기능을 비활성화합니다.
|
62
|
-
|
62
|
+
|
63
63
|
options.add_argument('--disable-web-security') # 웹 보안 비활성화
|
64
64
|
options.add_argument('--allow-running-insecure-content') # HTTPS 사이트에서 HTTP 컨텐츠 실행 허용
|
65
65
|
options.add_argument('--no-sandbox') # 샌드박스 모드 비활성화
|
@@ -84,7 +84,7 @@ class Naver
|
|
84
84
|
options.add_argument('--start-maximized')
|
85
85
|
options.add_argument('user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.59 Safari/537.36')
|
86
86
|
options.add_argument('--disable-blink-features=AutomationControlled')
|
87
|
-
|
87
|
+
|
88
88
|
options.add_argument('--disable-web-security')
|
89
89
|
options.add_argument('--allow-running-insecure-content')
|
90
90
|
options.add_argument('--no-sandbox')
|
@@ -110,7 +110,7 @@ class Naver
|
|
110
110
|
options.add_argument('--start-maximized')
|
111
111
|
options.add_argument('user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.59 Safari/537.36')
|
112
112
|
options.add_argument('--disable-blink-features=AutomationControlled')
|
113
|
-
|
113
|
+
|
114
114
|
options.add_argument('--disable-web-security')
|
115
115
|
options.add_argument('--allow-running-insecure-content')
|
116
116
|
options.add_argument('--no-sandbox')
|
@@ -133,7 +133,7 @@ class Naver
|
|
133
133
|
options.add_argument('--start-maximized')
|
134
134
|
options.add_argument('user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.59 Safari/537.36')
|
135
135
|
options.add_argument('--disable-blink-features=AutomationControlled')
|
136
|
-
|
136
|
+
|
137
137
|
options.add_argument('--disable-web-security')
|
138
138
|
options.add_argument('--allow-running-insecure-content')
|
139
139
|
options.add_argument('--no-sandbox')
|