TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

21 点作者 ent101超过 1 年前

4 条评论

armchairhacker超过 1 年前
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.
jonplackett超过 1 年前
DIY solution:<p><pre><code> setInterval(function() { console.clear(); }, 10);</code></pre>
评论 #38848577 未加载
1letterunixname超过 1 年前
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.
ehPReth超过 1 年前
I didn&#x27;t think any (large) company could do this..
评论 #38848967 未加载