safebooru.org
No paid content found
Categories: Search Engines Resources & Utilities
Safebooru is a anime and manga picture search engine, images are being updated hourly.
Related questions
More questions →How to Watch Anime on Windows and in Your Browser: A Practical Guide
Watching anime on a Windows PC comes down to three things: choosing a legitimate streaming source, getting your browser or app to play the video smoothly, and avoiding the sketchy sites that bundle ads and malware. This guide walks through each part with concrete steps, so you can set up a reliable viewing routine without guessing.
Start With a Legitimate Source
The safest and most stable way to watch anime is through a licensed streaming service. These platforms handle licensing, subtitles, dubbing, and video delivery for you, which removes most technical headaches.
Common categories of legal options:
- Dedicated anime services – subscription platforms built specifically around anime libraries, often with simulcasts (episodes released shortly after they air in Japan).
- General streaming services – larger video platforms that carry a selection of anime films and series alongside other content.
- Free, ad-supported services – some legal platforms offer a rotating catalog at no cost, funded by ads. Availability varies heavily by region.
- Studio or publisher channels – some distributors post full episodes or previews on their own official channels.
A practical approach: pick one paid service that matches the genres and simulcast seasons you care about, then keep one free legal option as a backup for older titles. Because catalogs and pricing change constantly by country, check the service's own site for the current lineup rather than relying on older lists.
Why This Matters on a Tech Site
If you're the type of user who already tunes browser settings and manages Windows updates, the same habits apply here. Unofficial streaming sites are a common vector for malicious ads, fake "player update" prompts, and drive-by downloads. Sticking to licensed sources eliminates most of that risk before you even open a video.
Set Up Your Browser for Smooth Playback
Most anime streaming happens in a browser, so a few adjustments go a long way.
1. Use a Modern Browser and Keep It Updated
Chrome, Edge, Firefox, and Opera all handle modern video playback well. The important part is staying current, since streaming sites rely on recent codecs and DRM components. An outdated browser is one of the most common causes of "video won't play" errors.
2. Enable Hardware Acceleration
Hardware acceleration offloads video decoding to your GPU, which reduces CPU load and stutter, especially at 1080p and above.
- Chrome / Edge: Settings → System → turn on "Use hardware acceleration when available," then restart the browser.
- Firefox: Settings → General → Performance → uncheck "Use recommended performance settings," then enable hardware acceleration.
If you see green or black video artifacts after enabling it, your GPU driver may be the culprit—update it, or turn acceleration back off to test.
3. Manage Extensions Carefully
Ad and tracker blockers can make playback far more pleasant on ad-supported legal sites, but they can also break legitimate players. If a video fails to load, try pausing your blocker for that site only. Avoid installing random "anime player" extensions from unofficial sources—these are a frequent malware delivery method.
4. Check DRM Support
Paid services use DRM (often Widevine) to protect content. In most modern browsers this works automatically. If you get a DRM error:
- Make sure the browser is up to date.
- Confirm DRM/Protected Content is enabled in browser settings.
- On Windows, ensure the relevant media features are installed (some Windows editions ship without certain media components).
Fix Common Playback Problems
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
| Video won't start | Outdated browser or blocked DRM | Update browser, enable protected content |
| Buffering constantly | Slow connection or high quality setting | Lower resolution, close other tabs |
| No sound | Wrong output device or muted tab | Check Windows sound settings and tab mute |
| Stuttering / dropped frames | Hardware acceleration off or weak GPU | Enable acceleration, update GPU driver |
| "Not available in your region" | Licensing restrictions | Use a service licensed for your country |
Region Locks
Licensing is regional, so a title available in one country may be blocked in another. The clean solution is to use a service that officially operates in your region. Circumventing geo-restrictions can violate a platform's terms of service, so treat that as a decision to make knowingly rather than a default fix.
Organize and Track What You Watch
You don't need a paid tool to keep track of a long series list.
- Browser bookmarks with folders – group by season or genre.
- A simple spreadsheet – columns for title, episode, status, and rating.
- Built-in watchlists – most streaming services already track your progress; use one as your primary list to avoid duplication.
- Notes app – a quick running list works fine if you only follow a few shows.
Pick one system and stick to it. The goal is to avoid re-watching episodes or losing your place across multiple services.
Security Checklist Before You Press Play
- Use a licensed service whenever possible.
- Keep Windows, your browser, and your GPU driver updated.
- Don't download "player updates" or codecs from pop-ups.
- Keep a reputable ad blocker active on ad-supported legal sites.
- Avoid entering payment details on sites you don't recognize.
A Simple Setup You Can Copy
- Pick one licensed streaming service for current seasons.
- Add one free legal service as a backup.
- Update your browser and enable hardware acceleration.
- Install one well-known ad blocker, and learn to pause it per-site.
- Track shows in a single spreadsheet or the service's own watchlist.
Follow those five steps and most playback issues disappear, because the two biggest causes—unlicensed sources and outdated software—are removed from the equation.
How Search Engines Find, Crawl, and Rank Pages: A Practical SEO Workflow
Search engines work in three separate stages: discovery, crawling/indexing, and ranking. A page can fail at any one of them, and each failure has a different fix. If your page isn't showing up, the fastest path is to check the stages in order — don't jump straight to "ranking factors" before you've confirmed the page is even indexed.
This guide walks through each stage, what blocks it, and a step-by-step diagnostic sequence you can run with free tools.
Stage 1: Discovery — How Search Engines Find Your URLs
Before a search engine can crawl a page, it has to know the URL exists. There are four main discovery paths:
- Links from other sites (external backlinks)
- Internal links from pages already known to the search engine
- XML sitemaps you submit
- Redirects and canonical signals pointing to the URL
What blocks discovery
- Orphan pages: no internal links point to them, and no sitemap includes them. These are effectively invisible.
- Sitemap errors: a sitemap that lists non-canonical URLs, returns errors, or isn't referenced in
robots.txt. - Noindex on linked pages: if the only page linking to your target is itself excluded, the crawler may never follow the path.
Practical fix
- Add at least one contextual internal link from a page that is already indexed.
- Confirm the URL appears in your XML sitemap and that the sitemap is submitted.
- Check
robots.txtdoesn't disallow the path.
Stage 2: Crawling and Indexing — Getting the Page Stored
Crawling means the bot fetches the page. Indexing means the content is stored and eligible to appear in results. These are not the same thing — a page can be crawled but not indexed.
Common crawl blockers
| Blocker | Where it lives | Effect |
|---|---|---|
Disallow rule |
robots.txt |
Bot won't fetch the URL |
noindex meta tag |
Page <head> |
Page fetched but excluded from index |
X-Robots-Tag: noindex |
HTTP header | Same as above, applies to non-HTML files |
| Login wall / paywall | Server | Bot sees a different page than users |
| Slow or erroring server | Hosting | Crawl budget wasted, page may be dropped |
Common indexing blockers (page is crawled but not stored)
- Thin or duplicate content: near-identical to another URL on your site.
- Canonical tag pointing elsewhere: you're telling the engine "index that page instead."
- Soft 404: page returns 200 but looks empty or error-like.
- Wrong canonical chosen by the engine: often caused by conflicting signals (sitemap says A, canonical says B).
How to check index status
Use a site: query in the search engine (for example, site:example.com/page) as a rough check. It's not exact, but it tells you whether the URL is in the index at all. For a more structured view, use the search engine's own webmaster console if you have one — that's the authoritative source for coverage status.
Stage 3: Ranking — Why an Indexed Page Still Doesn't Appear
Once a page is indexed, ranking depends on relevance and authority signals. The main on-page levers:
Title and headings
- The title tag is still one of the strongest relevance signals. Put the primary topic near the front.
- H1 and subheadings should reflect what the page actually covers, not keyword-stuffed variants.
- Mismatch between title and body content is a common reason a page ranks for nothing.
Content depth and intent match
- Does the page answer the question the searcher is asking? A page about "search engines" that only defines the term will lose to a page that explains crawling, indexing, and ranking.
- Cover the subtopics a searcher would expect. Thin coverage on a broad topic rarely ranks.
Internal links and authority
- Internal links pass context and relative importance. A page with no internal links is treated as low priority.
- External backlinks still matter, but quality and relevance outweigh raw count.
Technical signals
- Mobile rendering: if the mobile version hides content, rankings suffer.
- Core Web Vitals: page experience is a tiebreaker, not a primary driver, but poor performance can hurt.
- HTTPS and clean URL structure: baseline expectations.
A Step-by-Step Diagnostic Sequence
Run these in order. Stop when you find the failure point.
- Is the URL in the index? Run
site:yourdomain.com/page. If nothing appears, go to step 2. If it appears, skip to step 5. - Is it blocked by robots? Check
robots.txtfor aDisallowrule matching the path. Check the page's meta robots and HTTPX-Robots-Tag. - Is it discoverable? Confirm the URL is in your sitemap and has at least one internal link from an indexed page.
- Is it canonicalized elsewhere? Check the
rel="canonical"tag. If it points to a different URL, that URL is the one being indexed. - Is it indexed but not ranking? Compare your title and H1 against the query. Check whether the page covers the subtopics the top results cover.
- Check backlinks and keyword position. Free tools like the ones on SmallSEOTools.com can give you a backlink overview and keyword position tracking. Treat these as directional signals, not precise measurements — free backlink and rank tools typically sample data and can differ from what a search engine's own console reports.
Common Misconceptions
"Submit the URL and it indexes instantly." Submission queues a crawl; it doesn't guarantee indexing or timing. Indexing can take hours to weeks depending on the site.
"Meta keywords help ranking." They've been ignored by major search engines for years. Don't spend time on them.
"I can guarantee a #1 ranking." No tool or service can guarantee a specific position. Rankings depend on competition, query, location, and personalization. Anyone promising a fixed position is overstating what's controllable.
"More backlinks always means better rankings." Low-quality or irrelevant links can be ignored or actively harmful. Relevance and trust matter more than volume.
"If it's indexed, it should rank." Indexing is eligibility, not promotion. A page can be indexed and still rank on page 10 because it's less relevant or less authoritative than competitors.
Quick Reference: Which Stage Is Failing?
| Symptom | Likely stage | First check |
|---|---|---|
URL not in site: results |
Discovery or crawling | robots.txt, internal links, sitemap |
| Crawled but not indexed | Indexing | Canonical tag, content uniqueness, meta robots |
| Indexed but ranks poorly | Ranking | Title/H1 match, content depth, internal links |
| Ranked, then dropped | Crawling or ranking | Server errors, content changes, lost links |
Work through the stages in order. Most "my page won't rank" problems turn out to be discovery or indexing problems, and those are usually the fastest to fix.
What Is Anime? A Beginner's Guide to Styles, Genres, and Where to Watch
Anime is Japanese-style animation, and the fastest way to find something you'll like is to filter by demographic (who it's made for) and genre (what happens), then pick a format that fits your time. If you're brand new, start with a single-season TV series or a standalone film rather than a long-running show. This guide covers the terms, the categories, and how to choose a first title without getting lost.
What "anime" actually means
Anime refers to animation produced in the Japanese style and industry tradition. The word itself is borrowed from English "animation" and, in Japan, covers all animation — but outside Japan it usually means Japanese-produced or Japanese-style series and films.
The practical difference from Western cartoons isn't the art style. It's the production model and storytelling conventions:
- Serialized storytelling: many series adapt an ongoing manga or light novel and run across a full season (typically 12–13 episodes) or multiple seasons.
- Demographic targeting: titles are often marketed to a specific age and gender group, which is why the demographic labels below matter.
- Genre range: anime spans romance, horror, sports, slice of life, and everything in between — not just action for kids.
A common beginner mistake is judging a show by its art style alone. A bright, cute-looking series can be a dark psychological drama, and a gritty-looking one can be a comedy.
The four demographic categories
These labels describe the intended audience, not a hard restriction. They're the single most useful filter when browsing.
| Term | Target audience | Typical themes |
|---|---|---|
| Shonen | Young boys / teens | Action, rivalry, friendship, growth |
| Shojo | Young girls / teens | Romance, relationships, emotional drama |
| Seinen | Adult men | Mature themes, psychological depth, realism |
| Josei | Adult women | Realistic romance, workplace and adult life |
Isekai is not a demographic — it's a genre meaning "another world," where a character is transported or reincarnated into a different world. It's one of the most common modern genres and often overlaps with shonen or seinen.
Common formats and how much time they take
Format matters more than most beginners expect, because it determines your time commitment.
- TV series: the standard format, usually 12–13 episodes per season (a "cour"), roughly 20–25 minutes each.
- Films: standalone, 90–120 minutes, and often the easiest entry point because they require no prior knowledge.
- OVA / ONA: original video animation and original net animation — released directly to video or streaming rather than broadcast TV. Often side stories or extra content tied to a main series.
- Manga adaptations: many anime are adapted from manga. The anime may cover only part of the source material, so a series ending can be a stopping point rather than the full story.
How to choose your first anime
Work through these steps in order:
- Pick a format by available time. Short on time? Start with a film. Want a longer commitment? A 12-episode TV season.
- Pick a demographic that matches your taste. Enjoy action and competition? Shonen. Want emotional character drama? Shojo or josei. Prefer mature, slower stories? Seinen.
- Pick a genre inside that demographic. Sports, romance, fantasy, horror, comedy, slice of life.
- Check whether it's a complete story or an ongoing adaptation. If it adapts a manga, decide whether you're fine with an open ending.
- Start at episode one of the intended entry point. Some franchises have multiple series and films; starting mid-series is the most common beginner mistake.
Where to find and watch anime
Anime is distributed through official streaming services and, separately, through community file-sharing sites. These are different paths with different tradeoffs.
- Official streaming: licensed, subtitled or dubbed, and supports the creators. Availability varies heavily by region.
- Community sources: sites like Nyaa (nyaa.si) are BitTorrent communities focused on Eastern Asian media, including anime, manga, and music. Listings there are torrents — you need a BitTorrent client and a magnet link or torrent file to download. This route requires understanding how torrents and peer-to-peer sharing work, and it carries legal and security considerations that official streaming does not.
If you're unfamiliar with torrents, the mechanics are covered separately: a torrent is a small file or link that tells your client where to find pieces of a larger file across many peers, and BitTorrent is the peer-to-peer protocol that moves those pieces between users.
Quick reference for a first pick
- Want a film, no commitment: choose a standalone film in a genre you already like.
- Want a short series: a 12-episode season of a shonen or shojo title.
- Want mature themes: look at seinen or josei.
- Want fantasy with a twist: isekai.
- Want to read ahead: check whether the series adapts a manga, and start the manga where the anime ends.
The main thing to avoid is treating "anime" as one genre. It's a medium with the same breadth as live-action television — the demographic and genre filters are what turn it into something you can actually navigate.
What Is a Hosted Search Engine Service and When Should You Use One?
A hosted search engine service is a search-as-a-service product: someone else runs the search infrastructure, and you connect to it through an API. Instead of installing, tuning, and operating an open-source search engine like Typesense, Elasticsearch, or OpenSearch on your own servers, you send your data and queries to a managed endpoint. You keep control of what gets indexed and how results are ranked; the provider handles servers, scaling, uptime, backups, and upgrades.
That trade is the whole decision. This article explains what the provider actually takes over, what capabilities you should expect, and how to judge whether hosted or self-managed fits your situation.
What "hosted" actually means in practice
Running a search engine yourself involves more than starting a process. A realistic self-managed setup includes:
- Provisioning and sizing — choosing instance types, memory, and disk, then re-sizing as your index grows.
- High availability — running multiple nodes, configuring replication, and testing failover.
- Scaling — adding capacity for traffic spikes and rebalancing shards without downtime.
- Upgrades — tracking releases, reading changelogs, and migrating indexes across major versions.
- Monitoring and on-call — alerting on latency, memory pressure, disk usage, and node health.
- Backups and recovery — snapshotting indexes and proving you can restore them.
- Security — network isolation, TLS, API key management, and access control.
A hosted service absorbs most of that list. You typically get an endpoint, an API key, and a dashboard. The provider handles node placement, replication, patching, and capacity. In a globally distributed offering, it also handles putting search nodes near your users so queries don't cross an ocean.
What you still own: your data model, which fields are searchable and filterable, relevance tuning, and the client-side integration.
Capabilities to expect from a modern hosted search engine
The features that separate a real search service from a database LIKE query are the ones worth checking before you commit.
Typo tolerance
Users misspell things. Typo tolerance means a query for "recieve" still matches "receive," and "typesence" still finds "Typesense." Good implementations handle this per-word and let you tune how aggressive the tolerance is, because over-correcting turns precise queries into fuzzy noise.
Faceting
Facets are the filter counts you see on e-commerce and directory sites — brand, price range, category — with a number next to each. Faceting requires the engine to compute counts across the result set quickly. If your product needs "filter by X and show how many results each option has," this is a hard requirement, not a nice-to-have.
Other baseline features
- Prefix search — results appear as the user types, which is what makes search-as-you-type feel instant.
- Relevance ranking with tunable weights — you can boost title matches over body matches, or recency over popularity.
- Filtering and sorting — combine a text query with structured constraints.
- Synonyms and stop words — map "sneakers" to "trainers," ignore words that add noise.
- Geo search — sort or filter by distance when location matters.
- Vector or hybrid search — increasingly common for semantic matching alongside keyword matching.
Hosted vs. self-managed: a comparison
| Dimension | Hosted search-as-a-service | Self-managed open source |
|---|---|---|
| Setup time | Minutes to hours | Days to weeks, depending on scale |
| Operational burden | Provider handles infra, scaling, patching | Your team owns it |
| Scaling | Usually elastic, often automatic | Manual capacity planning and rebalancing |
| Global latency | Provider may offer multi-region nodes | You build and pay for each region |
| Data control | Data resides with the provider; check region and compliance options | Full control over where data lives |
| Cost structure | Recurring subscription, often usage- or capacity-based | Infrastructure cost plus engineering time |
| Customization | Bounded by what the API exposes | Unlimited — you can patch the source |
| Failure modes | Provider outages affect you; you depend on their status page | You own every outage and its fix |
| Best fit | Small teams, fast launches, variable traffic | Strict data residency, unusual workloads, existing ops expertise |
The cost comparison is the one people get wrong most often. A self-managed cluster looks cheaper on an infrastructure invoice because it hides the largest line item: the engineering hours to run it. If a search engineer spends even a fraction of their week on upgrades, tuning, and incidents, that cost usually exceeds a hosted subscription at small and mid scale. The math flips when you already run infrastructure at scale, when your workload is unusual enough that no managed product fits, or when compliance rules forbid sending data to a third party.
When a hosted search engine is the right call
Choose hosted when most of these are true:
- Search is important but not your core product. You want good search without building a search team.
- You need to ship quickly. A working endpoint today beats a cluster next month.
- Your traffic is spiky or unpredictable. Elastic capacity avoids paying for peak all month.
- Your users are geographically spread. Multi-region search is expensive to build yourself.
- You have no dedicated ops capacity. Nobody wants to be paged at 2 a.m. for a shard rebalance.
- You want predictable budgeting. A subscription is easier to forecast than a cluster that grows unpredictably.
When self-hosting may be preferable
Self-managing is defensible when:
- Data residency or compliance rules require the index to stay in infrastructure you control.
- Your workload is genuinely unusual — custom ranking algorithms, exotic analyzers, or query patterns a managed API can't express.
- You already operate distributed systems and the marginal cost of adding one more service is low.
- You need to modify the engine itself, not just configure it.
- Scale is large and stable enough that dedicated infrastructure is clearly cheaper than per-unit pricing.
A middle path exists too: run the open-source engine yourself in a container or on a single node for development and small production workloads, then move to a hosted endpoint when operations start consuming real time.
Factors to evaluate before choosing
Work through these questions with your own numbers:
- Data control — Which regions can the provider store data in? What encryption and access controls exist? Does your compliance regime allow it?
- Latency — Where are the provider's nodes relative to your users? What query latency do you need, and can you test it against your real data?
- Cost structure — Is pricing based on records, queries, capacity, or nodes? Model your expected growth, not just today's traffic. Check the provider's own pricing calculator rather than guessing.
- Feature fit — Do typo tolerance, faceting, filtering, synonyms, and geo search cover your use cases? Are there limits on index size or query rate?
- Migration cost — How hard is it to export your data and move if the provider doesn't work out? Avoid lock-in you can't escape.
- Reliability terms — What uptime commitment exists, and what happens when it's missed?
- Integration effort — How much client code do you write? Is there a maintained SDK for your language?
A practical starting point
If you're unsure, run a short evaluation:
- Define five to ten real queries your users would type, including misspellings and multi-word phrases.
- Load a representative slice of your data into a hosted trial instance.
- Measure result quality and query latency for those queries.
- Estimate your monthly cost at current and 3x traffic using the provider's calculator.
- Compare that number against the engineering hours self-hosting would consume.
If the hosted result is good enough and the cost is below the engineering time you'd spend, hosted wins. If a specific requirement — data location, a custom ranking function, or extreme scale — blocks it, self-hosting is the honest answer.
The short version: a hosted search engine service trades control and some cost predictability for speed, elasticity, and someone else carrying the pager. For most teams building app or site search, that trade is worth making. For teams with strict data rules, unusual workloads, or existing infrastructure expertise, running the open-source engine yourself remains a reasonable choice.
Website Overview
An established domain and managed infrastructure suggest continuity of operations and may support dependable delivery, although neither guarantees service quality. Several search or sharing settings need attention. Together they may make snippets, preview images or preferred URLs less consistent across platforms.
Domain and Registration
Registered in 2010, this domain has about 16 years of history. That suggests continuity, although ownership and purpose may have changed. Transfer-protection status is present, helping reduce the risk of unauthorized domain transfers. The registrar is NameCheap, Inc., a widely used domain service provider. The domain uses the common .org extension, which is not an independent safety signal.
DNS and Email
MX records exist, but SPF, DKIM and DMARC were not detected. Protection against domain impersonation may be incomplete. Nameservers are provided by Cloudflare, indicating managed DNS hosting. MX records point to the Google Workspace email service. DNSSEC is enabled, allowing validating resolvers to authenticate signed DNS data. No CNAME was found; the observed records resolve directly to addresses.
TLS and Certificates
The public key uses EC with 256 bits. The server supplied a complete certificate chain. No organization name is present in the certificate; the available fields are consistent with domain validation. The certificate was issued within the Google Trust Services cloud or CDN ecosystem. The certificate's total validity is about 90 days, consistent with a short renewal cycle.
HTTP and Browser Security
The response lacks these common security headers: CSP, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, clickjacking protection. No X-Powered-By header was found, reducing one common source of backend fingerprinting information. The cf-ray response header indicates a CDN or caching proxy in the delivery path. No obvious internal addresses or debug information were found in the headers. The Server header identifies cloudflare without an exact version.
Technology Stack Analysis
The public page identifies Cloudflare without precise versions, leaving fewer clues for version-specific scanning.
Search and Social Sharing
No homepage canonical URL was detected. If duplicate URLs exist, consolidation may be less explicit. No Open Graph metadata was detected, so social previews may depend on platform inference. The title has 40 characters, within a common display range. A meta description is present, with 86 characters. The observed directives allow indexing and link following.
Hosting and Email
Pages, Search and Sharing
| Meta description | Safebooru is a anime and manga picture search engine, images are being updated hourly. |
|---|---|
| Canonical URL | Not detected |
| Language | English (default) |
| Twitter Card | Not detected |
Unknown
robots.txt (opens in a new tab)
3 rulesAll bots 0 allowed · 3 disallowed
/admin//img//public/remove.php
No matching rules.
Sitemaps
0No sitemaps found
Registration details RDAP / WHOIS
| Registrar | NameCheap, Inc. |
|---|---|
| Registered | 2010-02-09 |
| Expires | 2029-02-09 |
| Domain status | client transfer prohibited |
| Nameservers | max.ns.cloudflare.com、rose.ns.cloudflare.com |
| DNSSEC | signed |
DNS records
| Type | Name | Value | TTL | Priority |
|---|---|---|---|---|
| A | safebooru.org | 104.21.34.109 | 160 | — |
| A | safebooru.org | 172.67.159.164 | 160 | — |
| AAAA | safebooru.org | 2606:4700:3035::6815:226d | 161 | — |
| AAAA | safebooru.org | 2606:4700:3035::ac43:9fa4 | 161 | — |
| MX | safebooru.org | aspmx.l.google.com | 300 | 10 |
| MX | safebooru.org | alt1.aspmx.l.google.com | 300 | 20 |
| MX | safebooru.org | alt2.aspmx.l.google.com | 300 | 20 |
| MX | safebooru.org | aspmx2.googlemail.com | 300 | 30 |
| MX | safebooru.org | aspmx3.googlemail.com | 300 | 30 |
| MX | safebooru.org | aspmx4.googlemail.com | 300 | 30 |
| MX | safebooru.org | aspmx5.googlemail.com | 300 | 30 |
| NS | safebooru.org | max.ns.cloudflare.com | 86400 | — |
| NS | safebooru.org | rose.ns.cloudflare.com | 86400 | — |
| TXT | safebooru.org | brave-ledger-verification=058902acd9a783c84603455fb07fd7b7239a261395a6575b4cdc3bfcc905a662 | 300 | — |
| TXT | safebooru.org | google-site-verification=RYks8lpdYsxT5-ToH4Aa5sbBnFiL_HFiXFc_xZ_XVO0 | 300 | — |
| DS | safebooru.org | 2371 13 2 475b13fabcf27f7809da65ce30c907e9525b161c1f08f623febb13782f297bf9 | 3600 | — |
TLS and certificates
| Assessment | Normal configuration |
|---|---|
| Supported protocols | TLSv1.2、TLSv1.3 |
| Negotiated protocol | TLSv1.3 |
| Certificate subject | safebooru.org |
| Issuer | Google Trust Services |
| Valid until | 2026-12-07T15:33 · Remaining when checked: 74 days |
| Verification details | Certificate trust: Passed · Hostname match: Passed |
HTTP response headers
| Header | Value |
|---|---|
| content-type | text/html; charset=UTF-8 |
| cache-control | store, cache |
| server | cloudflare |
| strict-transport-security | max-age=3600 |
User reviews (0)