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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/posting_duo.rb +4 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 459e7908950fd72392d361400a3d44dcb62b84adf82eb89529f15daf473cfd2c
4
- data.tar.gz: 87e66e1e5614393da72b8dd6846eeee372e6bce77c29dd6b3e605bfff1c477ba
3
+ metadata.gz: '01778f22ad62317adadacfce23b6723557eeccb3a05061f361a6688e495d057c'
4
+ data.tar.gz: 612c3d2dc22d0d954a070866c8550d235475abe581dddf738abba9a5f65178b5
5
5
  SHA512:
6
- metadata.gz: d98e0ff952e05826cedfa644b8dc24bed5efb09aed8859375b869219733f9b23dbb9b4d96b85029def76bbe37d2d238ba37ed87607f8d29492817423af28047e
7
- data.tar.gz: 1d15b7a338e0a05b75c74ab86b9981c4bd8b542b239a9dfdd8e1e0d93a3ef25feebf0c1b2448dc41f8aea09e1ccedc0db30fe5ae6910c702f6eb752ecb6662c0
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
- options.add_argument('--ignore-certificate-errors') # SSL 인증서 오류 무시
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
- options.add_argument('--ignore-certificate-errors')
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
- options.add_argument('--ignore-certificate-errors')
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
- options.add_argument('--ignore-certificate-errors')
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')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: posting_duo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - zon