投稿時間:2022-10-06 01:32:23 RSSフィード2022-10-06 01:00 分まとめ(33件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT 気になる、記になる… 「Surface Duo」シリーズ向けの「Android 12L」へのアップデートは最終テスト段階 − Fluentデザインを各所に採用 https://taisy0.com/2022/10/06/163245.html zacbo 2022-10-05 15:50:13
AWS AWS Mobile Blog Build a Mobile App with Passwordless Login on top of AWS Amplify https://aws.amazon.com/blogs/mobile/build-a-mobile-app-with-passwordless-login-on-top-of-aws-amplify/ Build a Mobile App with Passwordless Login on top of AWS AmplifyNote The Amazon Cognito hosted UI Web does not support the custom authentication flow According to the Gartner Group to of all IT help desk tickets each year are password resets meaning the average managed service provider MSP with users wastes around per user adding up to an annual cost … 2022-10-05 15:09:37
Ruby Rubyタグが付けられた新着投稿 - Qiita csv文字化け 解決した件 https://qiita.com/soku9/items/bb449437c429cfa25ede vcolumncolumnndatadatanse 2022-10-06 00:04:40
Docker dockerタグが付けられた新着投稿 - Qiita docker-composeで起動したpostgresqlの初回起動時スクリプト実行とDB永続化の方法 https://qiita.com/Sirloin/items/98a048c6dbec4fc4ad85 gresrestartalwaysports 2022-10-06 00:11:15
Git Gitタグが付けられた新着投稿 - Qiita 【Git】error: remote origin already exists.エラーが出た時の対処法 https://qiita.com/shimajiri/items/9ab9b0841956fd4ce4e8 error 2022-10-06 00:18:46
Ruby Railsタグが付けられた新着投稿 - Qiita csv文字化け 解決した件 https://qiita.com/soku9/items/bb449437c429cfa25ede vcolumncolumnndatadatanse 2022-10-06 00:04:40
海外TECH Ars Technica Overwatch 2 launch marred by multiple DDoS attacks https://arstechnica.com/?p=1887064 queues 2022-10-05 15:06:46
海外TECH DEV Community In One Minute : JUnit https://dev.to/rakeshkr2/in-one-minute-junit-1pbo In One Minute JUnitJUnit is a unit testing framework for the Java programming language JUnit has been important in the development of test driven development and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit JUnit is linked as a JAR at compile time The latest version of the framework JUnit resides under package org junit jupiter Previous versions JUnit and JUnit were under packages org junit and junit framework respectively A JUnit test fixture is a Java object Test methods must be annotated by the test annotation If the situation requires it it is also possible to define a method to execute before or after each or all of the test methods with the BeforeEach or AfterEach and BeforeAll or AfterAll annotations Official Website 2022-10-05 15:47:26
海外TECH DEV Community Start Reinventing the Wheel, Maybe Your Wheel will be better than a Rocket! https://dev.to/renhiyama/start-reinventing-the-wheel-maybe-your-wheel-will-be-better-than-a-rocket-3d4i Start Reinventing the Wheel Maybe Your Wheel will be better than a Rocket When I started writing my own framework a lot of people started questioning me why should anyone use mine over a popular framework like Nextjs which is backed by a lot of tech giants and even backed by Vercel compared to my framework only being worked on by me Since I couldn t answer them that time since my project was relatively new It s time to show how reinventing the wheel makes my version of wheel much better than the good ol wheel we used to know and use Ditched NPM Started Using URL ImportsThis might still be a controversial topic on why you shouldn t use URL Imports as seen on my previous blogs️ pun intended let me first answer those people who question that why should you trust a CDN like esm sh over npm In the end we don t bundle node modules folder with the project and so our server DOES have to download them over their side from npm registry So if you can t trust a project like esm sh or esm run or any other alternatives you shouldn t really trust npm registry I have heard people saying that if you depend on third party CDNs they might send harmful js to your server and execute them But won t NPM registry server do the same too unless someone reports its hacked npm would be serving a dangerous package without anyone noticing If we don t spend much time thinking over this security and if you really think that much consider selfhosting esm sh or your own server for your needs let me show you how much storage I saved by converting a Nextjs project to My Framework Ree js and it used URL Imports to achieve such less storage Nextjs Project SizeReejs Project SizePlease note Reejs doesn t builds anything like Nextjs and others does Consider Reejs to be a framework like Deno s Fresh that runs on Nodejs and on Deno and Bun once their bugs are fixed Not to mention Reejs REEST Server has a lot better performance than Fresh s server Consider Reading my blog on my REEST Server Ree Imagine the REEST Server for Ree js Ren Hiyama・Sep ・ min read And to top it off Reejs maintains a lot better performance than Nextjs Let me show you some Lighthouse Stats Not to mention the Network Tab goes brrr And the Network Tab is simply just too good to be true Oh and wait Nextjs production builds take a lot of time to build and that s not the case with Reejs Not to mention the download time for a Nextjs project including others too suffers a HUGE bottleneck thanks to NPM So I think I did reinvent the wheel and its better right It probably won t be the best code but its definitely better and faster than other frameworks Anyways I would be soon adding Resumability feature from QwikJS framework to Reejs let s hope it ree ally becomes a ree ality You might wanna consider adding a star to our Reejs repo rovelstars reejs Make Sites Faster without the need of building anything Ree js Make Sites Faster without the need of building anything A framework boasting no build required features that can be used to create websites faster without the need of building anythingBrings support for URL Imports and Import Maps to Nodejs Feel free to report any bugs at the issues section or introduce new ideas in discussions Check up the discussions over our Discord Server and let us know any suggestions if you have any Install withWindows Invoke RestMethod https raw githubusercontent com rovelstars reejs master install js nodeLinux Mac curl s nodeIsn t this awesome Its definitely better than npm install Nah I want to use npm install Alright there you go npm install reejsRee js now supports These Hybrid Rendering Terser s Minifier URL Imports JSX Typescript to Javascript Useful for deno imports Deno Polyfills Import Maps Module Alias and much more We are looking… View on GitHubDon t forget to hit a like and bookmark this Comment down below if you got any questions Btw I got motivated to write this blog thanks to whitepnthr s post I changed my mind about writing new JavaScript frameworks Salma Alam Naylor・Oct ・ min read javascript Ree inventing the wheel sometimes really makes a better wheel Have an epik Day 2022-10-05 15:36:55
海外TECH DEV Community Simple avatar with status indicator - CSS only - A step-by-step tutorial https://dev.to/designyff/simple-avatar-with-status-indicator-css-only-a-step-by-step-tutorial-4ge7 Simple avatar with status indicator CSS only A step by step tutorialTutorial on how to create a simple avatar with status indicator using only CSS HTMLFor HTML we need only one div element with avatar class and a span element inside with status element This element will indicate status Default value will be offline by adding the active class to it the status indicator will become green For now we ll add an active class to it lt div class avatar gt lt span class status active gt lt span gt lt div gt CSSFor CSS first we ll style the avatar We ll set it s width and height to x px A little rounded border of px width solid dark blue We ll set it s position to relative And of course the image We ll set the background image to url image and it s size to cover the whole x area with position set to center avatar width px height px border px rgb solid border radius px position relative background image url background size cover background position center Our status indicator will be x pixels size with a dark border with radius set to which will form a circle We ll set it s position to absolute and with top and right set to with transform translate set to and it will be positioned in the top right corner Lastly we ll set it s background to dark grey This is the look of offline status The default one status width px height px border px solid rgb border radius position absolute right px top px transform translate background color rgb Now we ll style the active class This class we ll be appended to a status element We ll just override the background color property and set it to green active background color rgb And that s it Simply remove the active class from the status element when offline and add it when online You can find video tutorial with full code here Thanks for reading ️ 2022-10-05 15:17:40
海外TECH DEV Community Appwrite Etsy OAuth Integration https://dev.to/appwrite/appwrite-etsy-oauth-integration-4208 Appwrite Etsy OAuth IntegrationAppwrite is out now We have released some amazing features and also added a few more OAuth providers one of which is Etsy Let s go ahead and learn how to set up Etsy authentication in our applications using Appwrite About AppwriteAppwrite is a self hosted backend as a service platform that provides developers with all the core APIs required to build any application Appwrite provides you with a set of APIs tools and a management console UI to help you build your apps a lot faster and in a much more secure way PrerequisitesTo follow along with this tutorial you ll need access to an Appwrite project or permissions to create one If you don t already have an Appwrite server running follow the official installation tutorial to set one up Once you create a project on the Appwrite Console you can head over to Users →Settings to find the list of all supported OAuth providers This is where we will set up the Etsy OAuth provider You will also need an account at Etsy so if you don t have one you can easily create one for free from here Configure Etsy OAuthOnce our Appwrite project is up and running we must create an app at Etsy After signing in head over to and create a new application Enable Etsy in AppwriteTo enable Etsy in Appwrite visit the Appwrite Dashboard and head over to Users→Settings From the list of providers choose Etsy and enter the App ID and App Secret from the previous step i e the Client Id and Client Secret Make sure you copy the redirect URL from Appwrite s Etsy OAuth Setting dialog and paste it to your Etsy app s Callback URL Follow the Getting Started for Web guide for detailed instruction on how to use Appwrite with your web application Import Client Account from appwrite const client newClient appwrite setEndpoint YOUR END POINT setProject YOUR PROJECT ID await appwrite account createOAuthSession Etsy YOUR END POINT auth oauth success YOUR END POINT auth oauth failure const account new Account client account createOAuthSession FlutterFor Flutter in Android to properly handle redirecting your users back to your mobile application after completion of the OAuth flow you need to set the following in your AndroidManifest xml file lt manifest gt lt application gt lt Add this inside the lt application gt tag along side the existing lt activity gt tags gt lt activity android name com linusu flutter web auth CallbackActivity android exported true gt lt intent filter android label flutter web auth gt lt action android name android intent action VIEW gt lt category android name android intent category DEFAULT gt lt category android name android intent category BROWSABLE gt lt data android scheme appwrite callback PROJECT ID gt lt intent filter gt lt activity gt lt application gt lt manifest gt You also need to add the Flutter platform to your project from the Appwrite console Adding Flutter platforms allows Appwrite to validate the request it receives and prevents requests from unknown applications On the project settings page click on Add Platform button and select New Flutter App In the dialog box that appears select the appropriate Flutter platform give a recognizable name to your platform and add the application ID or package name based on the platform You need to follow this step for each Flutter platform you will build your application for For more detailed instructions on getting started with Appwrite for Flutter developers follow our official Getting Started for Flutter guide Finally you can call account createOAuthSession from your application as shown below import package appwrite appwrite dart void main async final client new Client client setEndpoint YOUR END POINT setProject YOUR PROJECT ID final account Account client try await account createOAuthSession provider Etsy catch error throw error AndroidFor Android to properly handle redirecting your users back to your mobile application after completion of the OAuth flow you need to set the following in your AndroidManifest xml file lt manifest gt lt application gt lt Add this inside the lt application gt tag along side the existing lt activity gt tags gt lt activity android name io appwrite views CallbackActivity android exported true gt lt intent filter android label android web auth gt lt action android name android intent action VIEW gt lt category android name android intent category DEFAULT gt lt category android name android intent category BROWSABLE gt lt data android scheme appwrite callback PROJECT ID gt lt intent filter gt lt activity gt lt application gt lt manifest gt You also need to add the Android platform to your project from the Appwrite console Adding Android platforms allows Appwrite to validate the request it receives and also prevents requests from unknown applications On the project settings page click on Add Platform button and select New Android App In the dialog box that appears give your platform a recognizable name and add the package name of your application For more detailed instructions on getting started with Appwrite for Android developers follow our official Getting Started for Android guide Finally you can call account createOAuthSession from your application as shown below import androidx appcompat app AppCompatActivityimport android os Bundleimport kotlinx coroutines GlobalScopeimport kotlinx coroutines launchimport io appwrite Clientimport io appwrite services Accountclass MainActivity AppCompatActivity override fun onCreate savedInstanceState Bundle super onCreate savedInstanceState setContentView R layout activity main val client Client applicationContext setEndpoint https HOSTNAME OR IP v Your API Endpoint setProject dfacddc Your project ID val account Account client GlobalScope launch account createOAuthSession activity this MainActivity provider Etsy AppleTo capture the Appwrite OAuth callback URL the following URL scheme needs to add to your Info plist lt key gt CFBundleURLTypes lt key gt lt array gt lt dict gt lt key gt CFBundleTypeRole lt key gt lt string gt Editor lt string gt lt key gt CFBundleURLName lt key gt lt string gt io appwrite lt string gt lt key gt CFBundleURLSchemes lt key gt lt array gt lt string gt appwrite callback PROJECT ID lt string gt lt array gt lt dict gt lt array gt For more detailed instructions on getting started with Appwrite for iOS developers follow our official Getting Started for Apple guide Finally you can call account createOAuthSession from your application as shown below import Appwritelet client Client setEndpoint YOUR ENDPOINT setProject YOUR PROJECT ID let account Account client account createOAuthSession provider Etsy result in switch result case failure let err print err message case success print logged in ConclusionWell that s all it takes to set up Etsy OAuth based authentication with Appwrite The following resources can be handy if you want to explore Appwrite further Appwrite DocsAppwrite DiscordAppwrite GitHub 2022-10-05 15:06:46
Apple AppleInsider - Frontpage News How to master the camera app on iPhone 14 and iPhone 14 Plus https://appleinsider.com/inside/iphone-14/tips/how-to-master-the-camera-app-on-iphone-14-and-iphone-14-plus?utm_medium=rss How to master the camera app on iPhone and iPhone PlusThe iPhone and iPhone Plus have a camera system that s simple on the surface and complex underneath Here s how to get the most out of it The Camera app on iPhone On iPhone and iPhone Plus there are two rear facing cameras We have a MP wide angle lens and a second MP ultra wide angle lens Read more 2022-10-05 15:17:14
Apple AppleInsider - Frontpage News SanDisk PRO-G40 SSD supports Thunderbolt 3 & USB 3.2 Gen 2 https://appleinsider.com/articles/22/10/05/new-sandisk-pro-g40-ssd-supports-thunderbolt-3-and-usb-32-gen-2?utm_medium=rss SanDisk PRO G SSD supports Thunderbolt amp USB Gen Western Digital has unveiled the rugged SanDisk PRO solid state hard drive that offers high speed combined with water and dust resistance SanDisk PRO SSDThe PRO features dual mode compatibility with Thunderbolt at Gbps and USB Gen at Gbps for data transfer through a single port Read more 2022-10-05 15:18:03
海外TECH Engadget Spotify's latest acquisition is a company that detects harmful content in podcasts https://www.engadget.com/spotify-harmful-content-podcasts-kinzen-misinformation-154340774.html?src=rss Spotify x s latest acquisition is a company that detects harmful content in podcastsSpotify has bought a company it says will help it detect and address harmful content on the platform Kinzen uses machine learning and human expertise to analyze possibly harmful content and hate speech across multiple languages Spotify said in a statement It added that Kinzen will quot help us more effectively deliver a safe enjoyable experience on our platform around the world quot and that the company s tech is especially suited to podcasts and other audio formats Looking for signs of harmful audio content across hundreds of languages is a difficult task particularly since there may be nuances that certain systems and non native speakers may not pick up on As such Spotify says Kinzen will help it to quot better understand the abuse landscape and identify emerging threats on the platform quot The two companies have actually been working together since with the aim of preventing misinformation in election related content They forged their partnership before Joe Rogan started spreading COVID vaccine misinformation on his Spotify exclusive show which is said to be the most listened to podcast on the planet nbsp There was a significant backlash against Rogan and Spotify earlier this year Hundreds of doctors and scientists urged Spotify to enact a policy to stem the spread of misinformation Weeks later Spotify started adding a content advisory to podcast episodes that included discussions about COVID and made its content guidelines public Several prominent artists pulled their music from Spotify in protest against Rogan including Neil Young and Joni Mitchell The host and editor of Spotify owned podcast Science VS also pledged to stop making episodes except ones in which it fact checked Rogan and countered misinformation on the platform unless the company did more to stem the flow of harmful falsehoods It may be the case that Spotify sees employing Kinzen s tech as a means to help it avoid similar PR catastrophes in the future However it s unclear how effective it will be in preventing the spread of misinformation Were harmful content to be featured on a popular podcast it may gain traction on social media and in press coverage before Spotify can act Still at least it s trying to do more to stamp out misinformation 2022-10-05 15:43:40
海外TECH Engadget Stadia launch title 'Gylt' is heading to other platforms next year https://www.engadget.com/gylt-stadia-exclusive-multiplatform-release-150917262.html?src=rss Stadia launch title x Gylt x is heading to other platforms next yearNow that Google is shutting down Stadia at least one of its exclusives is headed elsewhere Eurogamerreports that Tequila Works is bringing Stadia s first exclusive Gylt to other platforms sometime in The Rime creator didn t say just which systems would get their turn but it won t be surprising if consoles are included The third person horror game has you playing Sally a tween who ventures into a dark alternate world to rescue her cousin You have to complete quests and solve spatial puzzles while hiding from or illuminating sludge monsters While Gylt isn t the most original title we found it was a good introduction to horror gaming for older kids who might not be ready for something as intense as Dead Space This isn t a stunning development as you might have guessed Gylt certainly isn t Tequila Works only recent project it s working on the League of Legends spinoff Song of Nunu but it will effectively cease to exist when Stadia goes offline in January A multiplatform launch could help Tequila revive interest in Gylt and continue making money after Google s cloud gaming service is gone The question is whether or not other Stadia exclusives will make the leap Splash Damage said it would quot evaluate the options quot for its competitive multiplayer title Outcasters but other developers have remained silent While these cloud gaming projects weren t must play blockbusters they ll fade into complete obscurity if they aren t ported elsewhere 2022-10-05 15:09:17
Cisco Cisco Blog Historic Distribution Reconstruction https://blogs.cisco.com/partner/historic-distribution-reconstruction Historic Distribution ReconstructionI have seen our program and operations teams make significant strides to help you and your partners work toward simplification This would allow us to take our hands off the business and let you do what you do best sell Cisco 2022-10-05 15:40:38
海外科学 NYT > Science SpaceX to Launch First Russian Astronaut: How to Watch Video Live https://www.nytimes.com/2022/10/05/science/spacex-launch-russia-crew5.html SpaceX to Launch First Russian Astronaut How to Watch Video LiveDespite the Russian invasion of Ukraine NASA and Roscosmos have managed to continue cooperating on flights to and from the International Space Station 2022-10-05 15:08:12
海外科学 NYT > Science Fossils Reveal Pterosaur Relatives Before They Evolved Wings https://www.nytimes.com/2022/10/05/science/pterosaurs-reptiles-wings.html Fossils Reveal Pterosaur Relatives Before They Evolved WingsBy reanalyzing earlier specimens scientists linked small leggy creatures that roamed million years ago to the reptiles that flew through the dinosaur era 2022-10-05 15:28:55
海外TECH WIRED How A British Teen’s Death Changed Social Media https://www.wired.com/story/how-a-british-teens-death-changed-social-media/ How A British Teen s Death Changed Social MediaAn inquest found content on Pinterest and Instagram contributed to the death of Molly Russell The sites say they ve changedーwith opposing strategies 2022-10-05 15:45:52
金融 RSS FILE - 日本証券業協会 株主コミュニティの統計情報・取扱状況 https://www.jsda.or.jp/shiryoshitsu/toukei/kabucommunity/index.html 株主コミュニティ 2022-10-05 15:30:00
金融 金融庁ホームページ 令和4年資金決済法改正に係る内閣府令案等(資金決済法のうち前払式支払手段に係る部分)について公表しました。 https://www.fsa.go.jp/news/r4/sonota/20221005/20221005.html 内閣府令 2022-10-05 17:00:00
金融 金融庁ホームページ 城南信用金庫の産業競争力強化法に基づく事業適応計画の認定について公表しました。 https://www.fsa.go.jp/news/r4/ginkou/20221005/20221005.html 城南信用金庫 2022-10-05 17:00:00
金融 金融庁ホームページ バーゼル銀行監督委員会による「バーゼルIIIモニタリングレポート」について掲載しました。 https://www.fsa.go.jp/inter/bis/20221005/20221005.html レポート 2022-10-05 17:00:00
金融 金融庁ホームページ IOSCOによる世界投資者週間2022の開幕についてのプレスリリースについて掲載しました。 https://www.fsa.go.jp/inter/ios/20221005/20221005.html iosco 2022-10-05 16:00:00
ニュース BBC News - Home Average two-year mortgage rate highest for 14 years https://www.bbc.co.uk/news/business-63144506?at_medium=RSS&at_campaign=KARANGA november 2022-10-05 15:15:27
ニュース BBC News - Home Iran protests: Schoolgirls heckle paramilitary speaker https://www.bbc.co.uk/news/world-middle-east-63143504?at_medium=RSS&at_campaign=KARANGA basiji 2022-10-05 15:51:15
ニュース BBC News - Home Alec Baldwin shooting: Filming to resume after Halyna Hutchins death on set https://www.bbc.co.uk/news/entertainment-arts-63149155?at_medium=RSS&at_campaign=KARANGA executive 2022-10-05 15:33:10
ニュース BBC News - Home Jessica Lawson drowning: Teachers not guilty over girl's death in France https://www.bbc.co.uk/news/uk-england-humber-63150259?at_medium=RSS&at_campaign=KARANGA limoges 2022-10-05 15:55:34
ニュース BBC News - Home Baby names: Oliver knocked off top spot by Noah https://www.bbc.co.uk/news/uk-63142735?at_medium=RSS&at_campaign=KARANGA girls 2022-10-05 15:41:33
ニュース BBC News - Home Oil price rises after Opec oil producers cut output https://www.bbc.co.uk/news/business-63149044?at_medium=RSS&at_campaign=KARANGA prices 2022-10-05 15:40:27
ニュース BBC News - Home Conor Benn v Chris Eubank Jr fight 'prohibited' by British Boxing Board of Control https://www.bbc.co.uk/sport/boxing/63146437?at_medium=RSS&at_campaign=KARANGA Conor Benn v Chris Eubank Jr fight x prohibited x by British Boxing Board of ControlThe British Boxing Board of Control says the bout is not in the interests of boxing after Conor Benn returns an adverse drug test before fighting Chris Eubank Jr 2022-10-05 15:05:31
ニュース BBC News - Home Worcester Warriors: WRFC Players Ltd wound up in High Court https://www.bbc.co.uk/sport/rugby-union/63142239?at_medium=RSS&at_campaign=KARANGA court 2022-10-05 15:32:16
GCP Cloud Blog How Chrome supports today’s workforce with secure enterprise browsing https://cloud.google.com/blog/products/chrome-enterprise/how-chrome-supports-todays-workforce-secure-enterprise-browsing/ How Chrome supports today s workforce with secure enterprise browsingWhen I first started at Google years ago I was brought on as a “hired hacker on Google s security team I hunted for software vulnerabilities and helped product teams fix and mitigate them Over the years I ve worked on initiatives to ensure security is built in by default and user friendly to detect and mitigate exploits and to advance security across the broader tech ecosystem such as our recently announced Open Source Software Vulnerability Rewards Program As you might expect security has a very special place in my heart and now that I m leading the Chrome browser team security continues to be a critical focus for our team ーespecially for the enterprise   Chrome is committed to browser security at its core and our secure by design approach enables us to safeguard users working on the web For many organizations and the hundreds of millions of enterprise users who already use Chrome the browser has essentially become the new endpoint which makes it the perfect place to level up enterprise security An added bonus Because of Chrome s built in security organizations won t have to install any additional software or tools ways that Chrome protects your organizationChrome is committed to browser security at its core and our secure by design approach enables us to safeguard users working on the web As we think about how work and threats are evolving we continue to work with other Google teams to provide organizations with the leading secure enterprise browsing solution With Chrome and BeyondCorp Enterprise IT and security teams can Protect and secure corporate data across devices managed unmanaged and bring your own environments through data loss prevention and other browser based policies Enforce Zero Trust security models and context aware access controls across SaaS and web apps for all usersGain critical security and risk insights on events that users face while working on the webLet s dive into each of these  Securing corporate data  Protecting corporate data from internal and external threats is a tall order Chrome continues to secure the browsing platform and our management controls enable IT teams to set critical policies and reduce risky behaviors For example we recently extended our Enhanced Safe Browsing to enterprises to provide even more protection from malicious sites and phishing attempts When using this capability users are less likely to be successfully phished than other users Now IT and security teams can turn on this functionality through a Chrome management policy  We also know that many organizations need to take an even more proactive approach to data security With BeyondCorp Enterprise Essentials organizations can leverage Chrome to protect their information and enable data loss prevention including control over upload download print save copy and paste real time phishing protection malware deep scanning and Zero Trust access to SaaS applications  Supporting and protecting complex workforces  There is no one size fits all solution to browser security because there are so many different types of employees work styles and technology needs Whether they are in office or remote workers and whether they are using a company issued or personal device one thing remains true across all enterprise users They need a frictionless experience to help them be productive and protected Chrome gives users the same great familiar browser experience many use outside of work while Chrome Browser Cloud Management provides hundreds of policy controls such as blocking Chrome extensions managing updates and other critical settings It also offers reporting and visibility into an enterprise Chrome fleet across desktop and mobile devices on and off the network  When paired with BeyondCorp Enterprise Essentials IT and security teams can apply a consistent layer of security protection directly from the browser Many organizations are moving towards Zero Trust security models and beginning this journey by securing the browser is a great first step Being able to support a Zero Trust security model for contractors remote workers and people using unmanaged devices without having to install any software or apps is a key benefit of this solution Providing security insights and investigation to mitigate risks Visibility and reporting from Chrome provide valuable data points for IT and security teams to make data driven security decisions For example alerts of unsafe user activities and incidents are reported to administrators in dashboards allowing them to investigate events and potential sources of risk  Earlier this year we introduced the ability to view critical security events from Chrome with a range of Google tools and popular security solutions We re happy to announce that our connector work with CrowdStrike is now generally available giving enterprises another option where they can view and analyze security insights from Chrome Additionally Chrome is adding new security events available across all our security integrations including log in events and password breach events Extension events and crash events will be coming soon Our Chrome enterprise customers are finding this increased security visibility and integrations to be a critical part of raising their security posture Getting advanced security reporting on events like content transfers within Chrome is “a tremendous benefit for blocking unwanted data transfers and for understanding how data is shared according to Tim Ehrhart Domain Head Information Security Roche   We chose Chrome and BeyondCorp Enterprise as Roche s secure enterprise browsing solution because it provides us with deep visibility and protections to keep our users and corporate data safe Because it s part of the browser we are able to easily scale security capabilities across our managed and unmanaged devices in a way that is simple and consistent Once the solution was turned on we were able to identify and stop an attempt to exfiltrate a large amount of corporate information within hours Every organization has a different set of security requirements and Google s secure enterprise browsing solution can meet the needs of your organization at every stage of your digital transformation Get started today with Chrome and learn more by attending our BeyondCorp Enterprise session “What s New in Zero Trust at the upcoming Google Cloud Next virtual eventRelated ArticleRead Article 2022-10-05 16:00:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)