FTP #button-contact-vr { position: fixed; bottom: 0; z-index: 99999; } /*phone*/ #button-contact-vr .button-contact { position: relative; margin-top: -5px; } #button-contact-vr .button-contact .phone-vr { position: relative; visibility: visible; background-color: transparent; width: 90px; height: 90px; cursor: pointer; z-index: 11; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); transition: visibility .5s; left: 0; bottom: 0; display: block; } .phone-vr-circle-fill { width: 65px; height: 65px; top: 12px; left: 12px; position: absolute; box-shadow: 0 0 0 0 #c31d1d; background-color: rgba(230, 8, 8, 0.7); border-radius: 50%; border: 2px solid transparent; -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out; animation: phone-vr-circle-fill 2.3s infinite ease-in-out; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animuiion: zoom 1.3s infinite; animation: zoom 1.3s infinite; } .phone-vr-img-circle { background-color: #e60808; width: 40px; height: 40px; line-height: 40px; top: 25px; left: 25px; position: absolute; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; animation: phone-vr-circle-fill 1s infinite ease-in-out; } .phone-vr-img-circle a { display: block; line-height: 37px; } .phone-vr-img-circle img { max-height: 25px; max-width: 27px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); } @-webkit-keyframes phone-vr-circle-fill { 0% {-webkit-transform: rotate(0) scale(1) skew(1deg); } 10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 50% {-webkit-transform: rotate(0) scale(1) skew(1deg);} 100% {-webkit-transform: rotate(0) scale(1) skew(1deg);} } @-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}} .phone-bar a { position: absolute; margin-top: -65px; left: 30px; z-index: -1; color: #fff; font-size: 16px; padding: 7px 15px 7px 50px; border-radius: 100px; white-space: nowrap; } .phone-bar a:hover { opacity: 0.8;color: #fff; } @media(max-width: 736px){ .phone-bar{display: none;} } #zalo-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #zalo-vr .phone-vr-img-circle { background-color: #2196F3; } #viber-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #714497; background-color: rgba(113, 68, 151, 0.8); } #viber-vr .phone-vr-img-circle { background-color: #714497; } #contact-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #contact-vr .phone-vr-img-circle { background-color: #2196F3; } div#whatsapp-vr .phone-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #1fd744; background-color: rgb(35 217 72 / 70%); } div#whatsapp-vr .phone-vr .phone-vr-img-circle { background: #1cd741; } div#whatsapp-vr .phone-vr .phone-vr-img-circle img { max-width: 100%; max-height: 100%; border-radius: 50%; } #fanpage-vr img { max-width: 35px; max-height: 35px; } #fanpage-vr .phone-vr-img-circle { background-color: #1877f2; } #fanpage-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 rgb(24 119 242 / 65%); background-color: rgb(24 119 242 / 70%); } /*css all in one*/ #gom-all-in-one .button-contact { transition: 1.6s all; -moz-transition: 1.6s all; -webkit-transition: 1.6s all; } #button-contact-vr.active #gom-all-in-one .button-contact { margin-left: -100%; } #all-in-one-vr .phone-bar { position: absolute; top: 50%; transform: translateY(-50%); left: 100%; color: #fff; padding: 5px 15px 5px 48px; border-radius: 50px; margin-left: -64px; width: max-content; cursor: pointer; } #popup-showroom-vr, div#popup-form-contact-vr { display: none; } #popup-showroom-vr.active, div#popup-form-contact-vr.active { display: block; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; z-index: 99999; } .bg-popup-vr { position: absolute; left: 0; top: 0; background: rgb(51 51 51 / 50%); width: 100%; height: 100vh; } .content-popup-vr { background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 95%; border-radius: 5px; box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%); max-width: 600px; display: flex; } .content-popup-vr input, .content-popup-vr textarea { width: 100%; max-height: 100px; min-height: 38px; border: 1px solid #b1b1b1; margin-bottom: 10px; padding: 0 7px; background: #fff; } .content-popup-vr label { width: 100%; } .content-popup-vr input.wpcf7-form-control.wpcf7-submit { max-width: fit-content; padding: 5px 32px 2px; background: #2196f3; border: 0; color: #fff; font-size: 16px; border-radius: 5px; margin: 10px auto 0; display: block; box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%); font-weight: 400;min-height: auto;line-height: 30px;} .content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover { opacity: 0.7; } .content-popup-vr .close-popup-vr { font-family: sans-serif; width: 23px; height: 23px; background: black; position: absolute; top: -10px; right: -10px; color: #fff; text-align: center; line-height: 23px; font-size: 17px; border-radius: 50%; cursor: pointer; } .content-popup-vr .close-popup-vr:hover { background: #b50000; } .content-popup-vr .content-popup-div-vr { width: 100%; padding: 25px; } .content-popup-vr .content-popup-img-vr { width: 100%; max-width: 45%; border-radius: 10px 0 0 10px; overflow: hidden; } #loco-top, #loco-bottom { display: block; } #loco-top .content-popup-img-vr, div#popup-form-contact-vr #loco-bottom .content-popup-img-vr { max-width: 100%; text-align: center; } #contact-showroom.no-event a { pointer-events: none; } .content-popup-vr .content-popup-div-vr ul {color: #333;list-style: none;font-size: 15px;} @media(max-width: 673px){ div#popup-form-contact-vr .content-popup-vr { display: block; } div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr { max-width: 100%; display: none; } } Weekly News: Uber ads are coming, and they’re already raising privacy concerns - TopListWP
-1.3 C
New York
Tuesday, January 14, 2025
Eduma Premium Education WordPress Theme

Weekly News: Uber ads are coming, and they’re already raising privacy concerns

Uber ads are coming, and they’re already raising privacy concerns

Ubers’ new journey ads will be shown in the Uber app at least three times during the riders’ journey. The new feature will let brands place ads using data drawn from riders’ travel history and their precise geographic destinations, according to Uber. In an example from The Wall Street Journal, if a user books an Uber to a specific retailer, cinema or airport, for example, a company could buy ads centered on that location.

How the new ads will work. Though not available globally yet, Uber is testing the ads with a few brands at launch. The new product will also let brands sponsor an entire trip, starting with when a rider first calls a car. The ad spots will be sold on a per-trip basis instead of digital advertising’s common pricing by consumer impression, let brands show a user different ads at three points in the user’s trip: while waiting for a car, while riding in the car and upon reaching the destination.

The rider can also conduct transactions, such as clicking the ad to buy a product without leaving the Uber app, said Mark Grether, general manager of Uber Advertising. Separate pilot programs in the U.S. and India will also include ads on in-car tablets, he said.

Privacy concerns. It’s not news to anyone that the US has been facing abortion rights issues. With Uber’s new ad targeting products based on riders’ trip history, we have to wonder what this means for sensitive situations such as a rider who has taken a trip to an abortion provider.

Although this does raise concerns, platforms such as Google, Meta, and Simpli.fi have been tracking users’ locations for many years. The FTC even sued data broker Kachava Inc. this past August claiming that the broker was selling data that tracks people at sensitive locations such as reproductive clinics and places of worship.

Read more:  Weekly News: Google Maps Adds 4 New Features For Local Shopping

According to The Wall Street Journal article, Uber’s advertising policy forbids targeting users by factors such as race, religion or sexual orientation, and it also prohibits basing ad targeting on certain types of destinations, including government buildings, hospitals and reproductive-health centers.

What Uber says. An Uber spokeswoman said the company doesn’t share individual users’ data with advertisers. The data it does share is aggregated information or data related to ad-campaign performance, she said. Users can opt-out of targeted ads on the Uber app at any time, said Grether.

Source: Uber ads are coming, and they’re already raising privacy concerns

Google Spam Algorithm Update Rolling Out Now

google spam update

Google confirms an algorithm update targeted at fighting spam is rolling out to search results worldwide and in all languages.

Google estimates the October 2022 spam update will take several days to roll out.

Exact details about spam updates are rarely provided, except in cases where they target specific types of spam, such as last year’s link spam update.

Google regularly rolls out spam updates to maintain the quality of its search results. Spam updates are designed to improve Google’s automated systems that are constantly running in the background to detect spam in search results.

If you’re following the Google Search Essentials, formerly known as the Google Webmaster Guidelines, it’s likely you don’t much much to worry about with respect to the October 2022 spam update.

Source: Google Spam Algorithm Update Rolling Out Now

Webinar: 5 ways to improve content strategy in 2023

content marketing

Digital content creation and management have never been more complicated. These workflows now need to accommodate remote workers and resources, worldwide offices, and security and privacy concerns, not to mention the growing need for content and creative teams to produce more content in less time.

Read more:  Weekly News: Google’s Algorithms Can Understand When Sources Agree On Same Fact

So how are the most successful content and creative teams currently executing production and managing workflows? To answer these questions and more, Canto surveyed over 600 professionals involved in their organization’s production, management and/or strategy for content and creative assets.

Register today for “5 Ways to Improve your Content Workflows and Strategy in 2023,” presented by Canto, and get the survey results to learn content strategies, workflows and technology that have made these organizations successful. 

Source: Webinar: 5 ways to improve content strategy in 2023

WordPress Security Update 6.0.3 Patches 16 Vulnerabilities

WordPress 6.0.3 started rolling out this week. The latest security release patches 16 vulnerabilities.

wordpress 603

WordPress 6.0.3 fixes nine stored and reflected cross-site scripting (XSS) vulnerabilities, as well as open redirect, data exposure, cross-site request forgery (CSRF), and SQL injection flaws.

WordPress security company Defiant has shared a description of each vulnerability. Four of them have a ‘high severity’ rating, and the rest have ‘medium’ or ‘low’ severity.

“We have determined that these vulnerabilities are unlikely to be seen as mass exploits but several of them could offer a way for skilled attackers to exploit high-value sites using targeted attacks,” the company warned.

One of the high-severity vulnerabilities is a stored XSS issue that can be exploited by a user who can submit posts to a website via email to inject malicious JavaScript code into posts. The code would get executed when the malicious post is accessed.

Another high-severity flaw is a reflected XSS that can be exploited for arbitrary code execution by an unauthenticated attacker via a specially crafted search query in the media library. Exploitation requires user interaction and creating a payload is not easy, but Defiant believes this could be the most exploitable vulnerability in this release due to the attacker not needing to be authenticated.

Read more:  Weekly News: Blackberry stops support for its classic smartphones

The third high-severity issue is a SQL injection that could be exploited by a third-party plugin or theme — the WordPress core itself is not affected.

The last severe issue is a CSRF bug that can be leveraged by an unauthenticated attacker to trigger a trackback on behalf of a legitimate user, but social engineering is required for successful exploitation.

WordPress websites that support automatic background updates will be patched automatically. The next major release is version 6.1, planned for November 1.

According to Sucuri’s Website Threat Research Report for 2021, WordPress websites accounted for more than 95% of CMS infections, and roughly one-third of the sites on which the cybersecurity firm detected a credit card skimmer were running WordPress.

Source: WordPress Security Update 6.0.3 Patches 16 Vulnerabilities

More News:

WordPress 6.1 Is Jam-Packed With Performance Upgrades

LinkedIn matched audiences: How to get started

TikTok Planning On Opening Warehouses In U.S.

Related Articles

Популярные Игровые Автоматы Slots City Играй На Деньги же Топ Онлайн Слот

Популярные Игровые Автоматы Slots City Играй На Деньги же Топ Онлайн СлотыPeйтинг Oнлaйн Кaзинo Нa Peaльныe Дeньги Pубли Для PoccииContentОнлайн Казино%3A Лучший выбирать Игр...

How To Start An Online Gambling Sit

How To Start An Online Gambling SiteStarting An Online Casino: Key StepsContentStep 12: Build Your TeamHow To Begin An Online CasinoStep 5: Decide About"...

“онлайн Казино Без Регистраци

"онлайн Казино Без РегистрацииОфициальный Сайт Лицензионного Онлайн КазиноContentОсновные Правила Игры На Слотахзлое Пожаловать В Онлайн Казино GametwistОсобенности Регистрации И Вход и АккаунтОнлайн Слотысуществуют Ли...

Букмекерская Контора Betboom Ставки На Спорт Онлайн В европейских

Букмекерская Контора Betboom Ставки На Спорт Онлайн В европейских!Ставки в Спорт Букмекерская Контора «балтбет»"ContentВывод СредствПополнение СчетаСтавки На СпортКак Выбрать лучшую Букмекерскую Контору дли Себя%3FБукмекерские...

Weekly News: Netflix, Microsoft partner for ad-supported subscription plan

Netflix, Microsoft partner for ad-supported subscription plan Microsoft announced today that they had been selected as the new partner to help bring an ad-supported subscription...
Latest Articles