TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Apple.com's dev console is perfectly clean with no errors or warnings

21 pointsby ent101over 1 year ago

4 comments

armchairhackerover 1 year ago
On macOS Firefox I got<p>&gt; (warning x13) Some cookies are misusing the recommended “SameSite“ attribute<p>&gt; (note x9) Referrer Policy: Ignoring the less restricted referrer policy “no-referrer-when-downgrade” for the cross-site request: <a href="https:&#x2F;&#x2F;is1-ssl.mzstatic.com&#x2F;image&#x2F;thumb&#x2F;tPJwMGtsAr_psAVlyf2Rzg&#x2F;980x551.jpg" rel="nofollow">https:&#x2F;&#x2F;is1-ssl.mzstatic.com&#x2F;image&#x2F;thumb&#x2F;tPJwMGtsAr_psAVlyf2...</a><p>&gt; (warning) InstallTrigger is deprecated and will be removed in the future.<p>Anyways, it&#x27;s suprising how many sites flat-out console errors, although they work fine. Some warnings and log messages seem reasonable and in some cases I can see them being unavoidable, but you&#x27;d think an uncaught JS exception would be addressed. google.com has 7<p>&gt; (error) Uncaught TypeError: can&#x27;t redefine non-configurable property &quot;rwt&quot;<p>&gt; (error, x3) Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at <a href="https:&#x2F;&#x2F;play.google.com&#x2F;log?format=json&amp;hasfast=true&amp;authuser=0">https:&#x2F;&#x2F;play.google.com&#x2F;log?format=json&amp;hasfast=true&amp;authuse...</a>. (Reason: CORS request did not succeed). Status code: (null).<p>&gt; (error, x3) Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“script-src”).<p>Meanwhile Hacker News has 1<p>&gt; This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “&lt;!DOCTYPE html&gt;”.<p>EDIT: Github has 1 error and a lot of notes<p>&gt; (error) XHR GET <a href="https:&#x2F;&#x2F;github.com&#x2F;settings&#x2F;two_factor_authentication&#x2F;holiday_warning_banner">https:&#x2F;&#x2F;github.com&#x2F;settings&#x2F;two_factor_authentication&#x2F;holida...</a><p>I wonder what that&#x27;s supposed to be.
jonplackettover 1 year ago
DIY solution:<p><pre><code> setInterval(function() { console.clear(); }, 10);</code></pre>
评论 #38848577 未加载
1letterunixnameover 1 year ago
Not so fast, sport.<p>Safari: (none)<p>Brave:<p>1. Failed to load resource: net::ERR_BLOCKED_BY_CLIENT (Brave blocking tracking image <a href="https:&#x2F;&#x2F;securemetrics.apple.com&#x2F;b&#x2F;ss&#x2F;applestoreww&#x2F;" rel="nofollow">https:&#x2F;&#x2F;securemetrics.apple.com&#x2F;b&#x2F;ss&#x2F;applestoreww&#x2F;</a>...)<p>2. BubbleGum::addComponent unsupported component &#x27;TouchHoverComponent&#x27;. Reason: &#x27;TouchHoverComponent.IS_SUPPORTED&#x27; returned false main.built.js:1<p>3. A form field element should have an id or name attribute on &lt;input placeholder=&quot;Search apple.com&quot;<p>Chrome:<p>1. A form field element should have an id or name attribute on &lt;input placeholder=&quot;Search apple.com&quot;<p>Firefox:<p>1. Some cookies are misusing the recommended “SameSite“ attribute (4 instances)<p>2. InstallTrigger is deprecated and will be removed in the future.
ehPRethover 1 year ago
I didn&#x27;t think any (large) company could do this..
评论 #38848967 未加载