Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 32.1 MB (30.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
115 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/840d647f-5cb2-4851-bedf-6a5d0231644c)<a href="https://beavercheck.com/results/840d647f-5cb2-4851-bedf-6a5d0231644c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnewsnationnow.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnewsnationnow.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 6.1s exceeds Google's 2.5s 'Good' threshold and the 3 performance issues below directly contribute to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~26%.
Page takes 6.1s to load
+12% bounceUsers abandon at ~3s — you're 3.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$800 investment → $4,374/month returns + USD 157,500 risk avoided
$800
8h · 5 findings
$4,374 /mo
~$52,488 / year
USD 157,500
if kept compliant
$50 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
8.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,133 / month at risk
~$157,591 / year if left unfixed
$157,500
+5 more
$7.58 /mo
94802.8 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.89 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.67 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.10 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
People in protective gear in front of a building and yellow ten a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/image_fc874e.png?w=... | 168.1 KiB | 159.9 KiB |
Freedom Truck a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/Screenshot-2026-04-... | 105.1 KiB | 96.8 KiB |
U.S. Army Staff Sgt. Malik Retemiah performs the high-crawl a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/cft.jpg?w=512&h=288... | 33.5 KiB | 25.4 KiB |
migrant border processing a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2024/02/65cd54737226b1.0907... | 36.4 KiB | 12.4 KiB |
a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/GettyImages-1399453... | 22.4 KiB | 8.9 KiB |
Zamil Limon and Nahida Bristy, both 27 (USFPD) a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/THUMB-Website-1-win... | 20.5 KiB | 6.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| newsnationnow.com/ | 1.2 s |
| www.newsnationnow.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.newsnationnow.com/ | 1.9 s |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/nexstar/client/build/css/global.min.cs... | 53.7 KiB | 53.1 KiB |
| /wp-content/themes/newsnation/client/build/css/global.min... | 43.5 KiB | 34.9 KiB |
| www.newsnationnow.com/wp-content/plugins/video/build/player.min.css?ver=6.8.5 | 27.6 KiB | 27.5 KiB |
| /wp-content/client-mu-plugins/jetpack/css/jetpack.css?ver... | 18.0 KiB | 17.9 KiB |
| www.newsnationnow.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 | 15.1 KiB | 15.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
My American Story Promo div.rich-text-cascade > div > a > img | /wp-content/uploads/sites/108/2026/04/MAS_Banner_728x90_B... |
NewsNation div.site-footer__site-branding > div.site-footer__logo > a > img | |
CCPA Privacy Icon ul > li > a > img | |
Nexstar Logo div.site-footer__network > div.site-footer__network__branding > a > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LIVE UPDATES div.article-list-rightside > article.article-list__article > div.article-list__article-text > span.Kicker |
LIVE UPDATES div.article-list__content > article.article-list__article > div.article-list__article-text > span.Kicker |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.site-header__branding > div.site-header__branding__content > div.site-header__logo > a div.site-header__branding > div.site-header__branding__content > div.site-header__logo > a |
div.article-list-rightside > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list-rightside > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.more-top-stories > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.more-top-stories > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.more-top-stories > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.more-top-stories > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list-rightside > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list-rightside > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.newsnationnow.com/ line 9563, col 0 | Applying inline speculation rules violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-SLv/tGQsxcbTW/xOovIVoLREX1YSfEysSyyeR/RUlo8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 60, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-/LLYwt7Ip9dgHnPYW01v2gKRyPwQogX+SmchraoOGvo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9258, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-+HhuZ8rZwqf8T6ANRsS/J/sFG0HbXUrz1AbdL7n3bEs='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9566, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-+w0teRFRTroa8RwUvC1NmUosBLdfPIBozUGzDIsPOzo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9549, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-+WUbK74DiwS1MgT3ym8kj9j2qEKwwrbFNmAzCDiEsHc='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 168, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-068q6R981vwBksBubl/7L/b2D842BZ7qu2Hy93yh9U0='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 3835, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-0MSOpeh8dKxq5xmIkzB9C/fiDSwbdtCiZyAmGzJbrOE='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 547, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-1x1LndRfgyQZHklzrETZ7fMgXWhzHQAMLcwAW0ry+8M='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 365, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-1XSd/uXLK3F+RY189DWzbPIMox5knNpJWyIq3E4ZUyU='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 485, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-3dUB967oxWj1xU3zpP1ySnMR2KRQaMq68eGt6NwHd3c='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 504, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-4bCnWD+ZqpPo1eZgffalYUg52ug66IdTyIR0cThRy00='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 421, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-4Cp55ufLLS2c5pfDZJRMZGKSw6bYybFIG1VJF5hZvIk='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 365, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-67dkUCfMi2siWuKF2lR/2cdN/4ti51jl4a9X6INjHEw='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 52, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-73QQz7mvvx5A7badFMvLeBEep2JDH9c/X6aFe1Lg5no='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 260, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-9ANIHCSr7xa0UxEr/yDMGU5E1OHQBZEIe+JOIgr6XyM='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 426, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-9cm+ABd+Bi+Bn6+fGSG/Vq9tT+xMV+SuGxFOQ2GxEl8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 803, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-Bk4CnBENUyP1ZQViRjqVwTvcSWWuvhocJfHK86aWbxs='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 321, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-BX5LmsDaTZsZKJZtTVJTzSCGGf2DD4o3yVR/OX7SXZg='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 341, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-C7z/6VCvRC81XvU/GlV3pz5MKafnl1E1NgSHo/HXauY='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 476, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-cek7cF4hVca6AE6x5cbl6p42EHfH/jBB/m85I4KXmFE='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 364, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-GeOOD8k4Xm+JvBGbzn7W6NLt+oJBmWyVrl4cWw2oVtg='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 449, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-HaYDDUFz1UCD1uIUBE3ranW+Oj0+2XEZTU7kgUsN0Zk='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 110, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-hIx0nsYk6z3iQxAjI8p3DX7yoV9uU4WCH/n/KZtk8E8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 180, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-IUtiahjphmhMfACcFJ13jWb145mQyyqu2wnQL3/bZ1Q='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 3889, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-jiJO2wyJ0ow/kCaZ5lh6isqdh8Go0ASZxHZX6cM8nhM='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 6529, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-jiJO2wyJ0ow/kCaZ5lh6isqdh8Go0ASZxHZX6cM8nhM='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 434, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-kbr/eIAc+jgd36UhHIeHV2gdpy63aYukrSowHjLbte8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 328, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-kiOptCdj4gLdis1mCHHaznH1xkvOe3M1g5bSe0GzsJo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 71, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-MCpNxLgw7F1fQk0Qy+KQpbCSV7W89lqlNuAvApvczgU='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 523, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-N3yyXEXZsDZBSWZPGY8CjxVma+SbFT+g2qB7Ac3D61o='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 470, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-oAhM5CpJMefv78x2wamw/vVVU6iJ8QdshifetKx6Pv8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 364, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-oza6C+GBPAHR/cuJRBcAmw2hD7FWq3ysdjsAq1Dl4dw='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 365, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-p97vi8wvz+6Ef2ezeSoCeUw10S7m2TZwQJgJusMfZbk='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9272, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-pzCd4vCXmaDO1I1H/T4rWxPLRmrP1jQIe5pXZ74ts9s='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 251, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-q9tRxS2O7clgAYmBuPDReF3tFVtJIyzE21ap6UweIQo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 830, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-qYfMS7VJPnFdqi7PITUAfqb3rIVE93oEZNJj366sJo4='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 461, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-ruL0gWOx3ve+Yy2QQDmuzr/8OVaUpdcIo/yFFaXuyYI='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 271, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-rXxxk/ZMxAG29rwT8ZgBYcfC/3qs9lErxzQrrpzO5es='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 131, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-SGKKLQedEs+oQkE5IUR8wGN0kBkhn3fOcEOdBWpRy10='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 6432, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-UVof0w+V2ns2I9MUzhysrVmCXW85EshSt6Xqia5JJ7Q='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 440, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-v4F0T7zqw4lwNbf5vR2XdSvgta/jA10w53/5H/p0b1k='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9568, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-v8XWPX3eyCV+GpPF+ep4ZZ9A+1QypvuvK+YR0xu1UUs='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 190, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-Wn74NF9RuZl0Bt2G+cOIzRRmQCATAoau8pmcUND1unw='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 339, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-Wr3e2ostMN7zVCDWtJZEJ0gmbEiuu8nX+KpP8jfJE3w='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 160, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-xiqz54AqqDYUgiRidxESnsiRAdUAGCjtTOqzBa1NBIc='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 512, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-xUGYvBssLAzsTP7VRks6AWGr/JjQ50aXQtchTDytrdg='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 6422, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-YcpPC6A7KqjZ3uzTvXO8iPJkylfHO3CjOrh/B0yrj0A='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 285, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-yvyQc5MpxX4oGc7LmQnwWIN60IBeAB5jw2WwYtyPNOc='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 491, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dda988f8''. Either the 'unsafe-inline' keyword, a hash ('sha256-znxGLCgNWHRSzaEHzqt0dFo7V1oiw1sZ9DfGQcAUYqo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
Ignoring duplicate Content-Security-Policy directive 'script-src'. | |
Loading the script 'https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=6.8.5' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://assets.adobedtm.com/3f27c430a962/d33d8acd711c/launch-25e943fdd407.min.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://blue.newsnationnow.com/script.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.bestreviews.com/deals/main.bundle.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.confiant-integrations.net/50w5nCAdvE0PvMKeIPbGldwgx3w/gpt_and_prebid/config.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.cookielaw.org/opt-out/otCCPAiab.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.cookielaw.org/scripttemplates/gpp.stub.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.onesignal.com/sdks/OneSignalSDK.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://data.ddhq.io/embed.js?ver=1' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://htlbid.com/v3/newsnationnow.com/htlbid.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://imasdk.googleapis.com/js/sdkloader/ima3.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://imasdk.googleapis.com/pal/sdkloader/pal.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://nxst.megpxs.com/ndn.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://segment.psg.nexstardigital.net/adobeanalytics.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://segment.psg.nexstardigital.net/segment.js?ver=21' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://static.chartbeat.com/js/chartbeat_mab.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://static.chartbeat.com/js/chartbeat_video.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://stats.wp.com/e-202617.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://w3.mp.lura.live/player/prod/v3/scripts/anvload.js?ver=3' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/chartbeat/build/chartbeat-video-strategy.dd3333cc50f5c72c69a5.js?ver=dd3333cc50f5c72c69a5' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/core/build/front-end.9a198393e551bdd3e670.js?ver=9a198393e551bdd3e670' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/htlbid/build/htlbid-video-bidding.efc4e03a903de8181dc9.js?ver=efc4e03a903de8181dc9' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/build/adReferralSource.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/inc/alert-banners/js/special-promo.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/blueconic.js?ver=6c986ff3bb8d3e220a03c8a43ce312a4' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/login-registration-bc-wall.js?ver=1764967776' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/login-registration-integration.js?ver=1768601769' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/nexstar-video-ads-shim/build/video-ads-shim-entry.b8cad32d99fc57eda717.js?ver=b8cad32d99fc57eda717' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/nielsen/build/nielsen-entry.fefa5ff72d39246c193a.js?ver=fefa5ff72d39246c193a' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/nxst-advertising/dist/htlbid-advertising.min.js?ver=1.0.3' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/onesignal/dist/nexstar-onesignal-integration.min.js?ver=3.7' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/display.js?ver=1.1.2' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/tag.js?ver=799b0288' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/widget.subscribe.js?ver=1.1.5' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/search-guard/build/search-guard.b547835f3eb95cde193c.js?ver=b547835f3eb95cde193c' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/universal-data-layer/js/udl.js?ver=1.3.0' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/video/build/frontend.a9e1536e98fc4a3eb5ea.js?ver=a9e1536e98fc4a3eb5ea' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/video/build/player.min.js?ver=6.8.5' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/themes/newsnation/client/build/js/global.bundle.min.js?ver=71ea047634ebc49f04d6' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/common.chunk.min.js?ver=2634ffe6e9af4d963f49' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/global.bundle.min.js?ver=6ef9d884b01f13f7c3a3' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/video-playlist.bundle.min.js?ver=14d1a32f39847e4497df' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/yZuPxxW0/init.js' violates the following Content Security Policy directive: "script-src 'nonce-dda988f8'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.newsnationnow.com/about/ | More |
| nxslink.newsnationnow.com/join/6p1/signup | here |
| nxslink.newsnationnow.com/join/6p1/signup | here |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Do Not Sell My Personal Information div.menu-footer-secondary-container > ul#menu-footer-secondary > li#menu-item-1477256 > a |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.102
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.31 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.17 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
section.nn-show > div > div > img section.nn-show > div > div > img | www.newsnationnow.com/wp-content/uploads/sites/108/2025/02/NN_Markie_400x400.png | 182.3 KiB | 181.9 KiB |
section.nn-show > div > div > img section.nn-show > div > div > img | /wp-content/uploads/sites/108/2024/06/NN_Site-Talent-Prof... | 171.3 KiB | 170.8 KiB |
People in protective gear in front of a building and yellow ten a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/image_fc874e.png?w=... | 168.1 KiB | 166.2 KiB |
section.nn-show > div > div > img section.nn-show > div > div > img | /wp-content/uploads/sites/108/2024/06/NN_Site-Talent-Prof... | 141.7 KiB | 141.3 KiB |
a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/900_7980_01.MP4.14_... | 49.1 KiB | 45.4 KiB |
a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/03/Kalshi_GettyImages.... | 35.8 KiB | 33.9 KiB |
Freedom Truck a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/Screenshot-2026-04-... | 37.3 KiB | 33.8 KiB |
migrant border processing a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2024/02/65cd54737226b1.0907... | 36.4 KiB | 32.8 KiB |
U.S. Army Staff Sgt. Malik Retemiah performs the high-crawl a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/cft.jpg?w=512&h=288... | 33.5 KiB | 31.7 KiB |
a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/GettyImages-1399453... | 22.4 KiB | 20.6 KiB |
Split image of D4vd and Celeste Hernandez a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/03/THUMB-Website-1-win... | 23.6 KiB | 16.0 KiB |
Zamil Limon and Nahida Bristy, both 27 (USFPD) a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/THUMB-Website-1-win... | 20.5 KiB | 13.4 KiB |
Pictured are a selection of condoms March 12, 2004 in Boston, Massachusetts. a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2021/09/GettyImages-3079572... | 10.6 KiB | 7.3 KiB |
a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/AP25344489399563-e1... | 9.4 KiB | 6.1 KiB |
The New York Stock Exchange is seen in New York, Thursday, March 19, 2026. (AP … a.article-list__article-link > div.article-list__article-image-wrapper > div.image-wrapper > img | /wp-content/uploads/sites/108/2026/04/69cfc105970259.3166... | 8.1 KiB | 4.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/nexstar/client/build/css/global.min.cs... | 53.7 KiB | 53.1 KiB |
| /wp-content/themes/newsnation/client/build/css/global.min... | 43.5 KiB | 36.3 KiB |
| www.newsnationnow.com/wp-content/plugins/video/build/player.min.css?ver=6.8.5 | 27.7 KiB | 27.6 KiB |
| /wp-content/client-mu-plugins/jetpack/css/jetpack.css?ver... | 18.0 KiB | 17.9 KiB |
| www.newsnationnow.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 | 15.1 KiB | 15.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
My American Story Promo div.rich-text-cascade > div > a > img | /wp-content/uploads/sites/108/2026/04/MAS_Banner_728x90_B... |
NewsNation div.site-footer__site-branding > div.site-footer__logo > a > img | |
CCPA Privacy Icon ul > li > a > img | |
Nexstar Logo div.site-footer__network > div.site-footer__network__branding > a > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| newsnationnow.com/ | 481 ms |
| www.newsnationnow.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Kristi Noem's purse thief faces deportation following 3-year prison sentence
Cr… div.nnn-grid > section.nn-latest-news > div.article-list__content > article.article-list__article | 0.101 |
TRENDING
NEW ARMY TEST
VACCINE REPORT
MAGA INFLUENCER div#page > div.nav-trending > div.nav-trending_content > div.nav-trending_content-trending | 0.001 |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LIVE UPDATES div.article-list-rightside > article.article-list__article > div.article-list__article-text > span.Kicker |
LIVE UPDATES div.article-list__content > article.article-list__article > div.article-list__article-text > span.Kicker |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.site-header__branding > div.site-header__branding__content > div.site-header__logo > a div.site-header__branding > div.site-header__branding__content > div.site-header__logo > a |
div.article-list-rightside > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list-rightside > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.more-top-stories > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.more-top-stories > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.more-top-stories > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.more-top-stories > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list-rightside > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list-rightside > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link div.article-list__content > article.article-list__article > figure.article-list__article-thumb > a.article-list__article-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
POLITICS
CRIME
YOUR MONEY
BORDER REPORT
SPACE
ENTERTAINMENT
MISSING
SHOWS
🔴 NEW… div.site-header__content > nav#siteNavigation > div.site-header__navigation__content > ul#supernav |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.newsnationnow.com/ line 9564, col 0 | Applying inline speculation rules violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-SLv/tGQsxcbTW/xOovIVoLREX1YSfEysSyyeR/RUlo8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 61, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-/LLYwt7Ip9dgHnPYW01v2gKRyPwQogX+SmchraoOGvo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9259, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-+HhuZ8rZwqf8T6ANRsS/J/sFG0HbXUrz1AbdL7n3bEs='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9567, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-+w0teRFRTroa8RwUvC1NmUosBLdfPIBozUGzDIsPOzo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9550, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-+WUbK74DiwS1MgT3ym8kj9j2qEKwwrbFNmAzCDiEsHc='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 169, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-068q6R981vwBksBubl/7L/b2D842BZ7qu2Hy93yh9U0='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 3836, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-0MSOpeh8dKxq5xmIkzB9C/fiDSwbdtCiZyAmGzJbrOE='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 548, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-1x1LndRfgyQZHklzrETZ7fMgXWhzHQAMLcwAW0ry+8M='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 366, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-1XSd/uXLK3F+RY189DWzbPIMox5knNpJWyIq3E4ZUyU='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 486, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-3dUB967oxWj1xU3zpP1ySnMR2KRQaMq68eGt6NwHd3c='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 505, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-4bCnWD+ZqpPo1eZgffalYUg52ug66IdTyIR0cThRy00='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 422, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-4Cp55ufLLS2c5pfDZJRMZGKSw6bYybFIG1VJF5hZvIk='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 366, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-67dkUCfMi2siWuKF2lR/2cdN/4ti51jl4a9X6INjHEw='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 53, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-73QQz7mvvx5A7badFMvLeBEep2JDH9c/X6aFe1Lg5no='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 111, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-78TUlP/ZujS6zVt+L2yvqav3Arb6ZMprIyhgYvSkqAI='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 261, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-9ANIHCSr7xa0UxEr/yDMGU5E1OHQBZEIe+JOIgr6XyM='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 427, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-9cm+ABd+Bi+Bn6+fGSG/Vq9tT+xMV+SuGxFOQ2GxEl8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 804, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-Bk4CnBENUyP1ZQViRjqVwTvcSWWuvhocJfHK86aWbxs='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 322, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-BX5LmsDaTZsZKJZtTVJTzSCGGf2DD4o3yVR/OX7SXZg='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 342, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-C7z/6VCvRC81XvU/GlV3pz5MKafnl1E1NgSHo/HXauY='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 477, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-cek7cF4hVca6AE6x5cbl6p42EHfH/jBB/m85I4KXmFE='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 4, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-CGbZUNm5QJYmJ2+v9S7cZLIr6ba7UTfd/jaNA60sTPI='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 365, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-GeOOD8k4Xm+JvBGbzn7W6NLt+oJBmWyVrl4cWw2oVtg='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 450, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-HaYDDUFz1UCD1uIUBE3ranW+Oj0+2XEZTU7kgUsN0Zk='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9585, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-hZdIjyAqWW8VyzfCbF/S5PJRnDOqXbO2Tp0oFWnokBI='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 181, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-IUtiahjphmhMfACcFJ13jWb145mQyyqu2wnQL3/bZ1Q='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 3890, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-jiJO2wyJ0ow/kCaZ5lh6isqdh8Go0ASZxHZX6cM8nhM='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 6530, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-jiJO2wyJ0ow/kCaZ5lh6isqdh8Go0ASZxHZX6cM8nhM='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 435, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-kbr/eIAc+jgd36UhHIeHV2gdpy63aYukrSowHjLbte8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 329, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-kiOptCdj4gLdis1mCHHaznH1xkvOe3M1g5bSe0GzsJo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 72, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-MCpNxLgw7F1fQk0Qy+KQpbCSV7W89lqlNuAvApvczgU='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 524, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-N3yyXEXZsDZBSWZPGY8CjxVma+SbFT+g2qB7Ac3D61o='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 471, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-oAhM5CpJMefv78x2wamw/vVVU6iJ8QdshifetKx6Pv8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 365, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-oza6C+GBPAHR/cuJRBcAmw2hD7FWq3ysdjsAq1Dl4dw='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 366, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-p97vi8wvz+6Ef2ezeSoCeUw10S7m2TZwQJgJusMfZbk='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9273, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-pzCd4vCXmaDO1I1H/T4rWxPLRmrP1jQIe5pXZ74ts9s='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 252, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-q9tRxS2O7clgAYmBuPDReF3tFVtJIyzE21ap6UweIQo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 831, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-qYfMS7VJPnFdqi7PITUAfqb3rIVE93oEZNJj366sJo4='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 462, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-ruL0gWOx3ve+Yy2QQDmuzr/8OVaUpdcIo/yFFaXuyYI='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 272, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-rXxxk/ZMxAG29rwT8ZgBYcfC/3qs9lErxzQrrpzO5es='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 132, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-SGKKLQedEs+oQkE5IUR8wGN0kBkhn3fOcEOdBWpRy10='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 6433, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-UVof0w+V2ns2I9MUzhysrVmCXW85EshSt6Xqia5JJ7Q='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 441, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-v4F0T7zqw4lwNbf5vR2XdSvgta/jA10w53/5H/p0b1k='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 9569, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-v8XWPX3eyCV+GpPF+ep4ZZ9A+1QypvuvK+YR0xu1UUs='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 191, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-Wn74NF9RuZl0Bt2G+cOIzRRmQCATAoau8pmcUND1unw='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 340, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-Wr3e2ostMN7zVCDWtJZEJ0gmbEiuu8nX+KpP8jfJE3w='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 161, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-xiqz54AqqDYUgiRidxESnsiRAdUAGCjtTOqzBa1NBIc='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 513, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-xUGYvBssLAzsTP7VRks6AWGr/JjQ50aXQtchTDytrdg='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 6423, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-YcpPC6A7KqjZ3uzTvXO8iPJkylfHO3CjOrh/B0yrj0A='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 286, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-yvyQc5MpxX4oGc7LmQnwWIN60IBeAB5jw2WwYtyPNOc='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
www.newsnationnow.com/ line 492, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-54c13b2c''. Either the 'unsafe-inline' keyword, a hash ('sha256-znxGLCgNWHRSzaEHzqt0dFo7V1oiw1sZ9DfGQcAUYqo='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
Ignoring duplicate Content-Security-Policy directive 'script-src'. | |
Loading the script 'https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=6.8.5' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://assets.adobedtm.com/3f27c430a962/d33d8acd711c/launch-25e943fdd407.min.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://blue.newsnationnow.com/script.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.bestreviews.com/deals/main.bundle.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.confiant-integrations.net/50w5nCAdvE0PvMKeIPbGldwgx3w/gpt_and_prebid/config.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.cookielaw.org/opt-out/otCCPAiab.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.cookielaw.org/scripttemplates/gpp.stub.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://cdn.onesignal.com/sdks/OneSignalSDK.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://data.ddhq.io/embed.js?ver=1' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://htlbid.com/v3/newsnationnow.com/htlbid.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://imasdk.googleapis.com/js/sdkloader/ima3.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://imasdk.googleapis.com/pal/sdkloader/pal.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://nxst.megpxs.com/ndn.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://segment.psg.nexstardigital.net/adobeanalytics.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://segment.psg.nexstardigital.net/segment.js?ver=21' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://static.chartbeat.com/js/chartbeat_mab.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://static.chartbeat.com/js/chartbeat_video.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://stats.wp.com/e-202617.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://w3.mp.lura.live/player/prod/v3/scripts/anvload.js?ver=3' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/chartbeat/build/chartbeat-video-strategy.dd3333cc50f5c72c69a5.js?ver=dd3333cc50f5c72c69a5' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/core/build/front-end.9a198393e551bdd3e670.js?ver=9a198393e551bdd3e670' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/htlbid/build/htlbid-video-bidding.efc4e03a903de8181dc9.js?ver=efc4e03a903de8181dc9' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/build/adReferralSource.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/inc/alert-banners/js/special-promo.js?ver=1.0.0' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/blueconic.js?ver=6c986ff3bb8d3e220a03c8a43ce312a4' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/login-registration-bc-wall.js?ver=1764967776' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/login-registration-integration.js?ver=1768601769' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/nexstar-video-ads-shim/build/video-ads-shim-entry.b8cad32d99fc57eda717.js?ver=b8cad32d99fc57eda717' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/nielsen/build/nielsen-entry.fefa5ff72d39246c193a.js?ver=fefa5ff72d39246c193a' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/nxst-advertising/dist/htlbid-advertising.min.js?ver=1.0.3' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/onesignal/dist/nexstar-onesignal-integration.min.js?ver=3.7' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/display.js?ver=1.1.2' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/tag.js?ver=799b0288' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/widget.subscribe.js?ver=1.1.5' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/search-guard/build/search-guard.b547835f3eb95cde193c.js?ver=b547835f3eb95cde193c' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/universal-data-layer/js/udl.js?ver=1.3.0' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/video/build/frontend.a9e1536e98fc4a3eb5ea.js?ver=a9e1536e98fc4a3eb5ea' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/plugins/video/build/player.min.js?ver=6.8.5' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/themes/newsnation/client/build/js/global.bundle.min.js?ver=71ea047634ebc49f04d6' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/common.chunk.min.js?ver=2634ffe6e9af4d963f49' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/global.bundle.min.js?ver=6ef9d884b01f13f7c3a3' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/video-playlist.bundle.min.js?ver=14d1a32f39847e4497df' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://www.newsnationnow.com/yZuPxxW0/init.js' violates the following Content Security Policy directive: "script-src 'nonce-54c13b2c'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.newsnationnow.com/about/ | MORE |
| nxslink.newsnationnow.com/join/6p1/signup | here |
| nxslink.newsnationnow.com/join/6p1/signup | here |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
section.nn-show > div > div > img section.nn-show > div > div > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Do Not Sell My Personal Information div.menu-footer-secondary-container > ul#menu-footer-secondary > li#menu-item-1477256 > a |
To appear in search results, crawlers need access to your app.
Send Feedback